Hi There,
We are thinking to buy sci chart licence and we are looking for specific feature as below.
Assume that there are 10 points on scatter series on a chart and all of them showing chart labels.
Now we want to give user ability to turn off label… any on specific chart points .. basically he will turn off labels.. specifically click /selecting that point ..r in some way. In short he will selectively turns off label.
Can we do this with scichart?
- srikiran asked 6 years ago
- You must login to post comments
Hi Srikiran
It depends on how you are showing chart labels. If you are using our Pointmetadata API to display custom PointMarkers with labels then the answer is yes, you can turn off labels by modifying the source code of AnnotatedPointMarker in that example.
Simply add a property to BudgetPointMetadata called IsLabelVisible then depending on the value of that property then just don’t draw the text.
The full source code for the example is included here: https://www.scichart.com/wpf-chart-example-series-with-metadata. You can modify this to meet your needs.
Best regards,
Andrew
- Park soochan answered 6 years ago
- You must login to post comments
Please login first to submit.