Hi SciChart Team,
Thank you all for your help and support.
I finally got the multiple symbols on the stock chart with reference to this and with this clear explanation
IAnnotation annotation = builder.newCustomAnnotation().withContent(R.layout.example_custom_annotation_view).withYAxisId(PRICES).withPosition(i, prices.getHighData().get(i)).withVerticalAnchorPoint(VerticalAnchorPoint.Bottom).build();
this.annotations.add(annotation);
The above code worked for me and hope it helps to others too who all are trying this.
Thanks,
Ghousia
- Ghousia Begum asked 7 years ago
- You must login to post comments
Hi Ghousia,
Thanks for sharing!!
Best regards,
Yura
- Yura Khariton answered 7 years ago
- last edited 7 years ago
- You must login to post comments
Please login first to submit.