Is there any way to show the label of the bubble all the time instead of hovering at the center of the bubble?
I have tried annotation, but I wonder if there is any easier way to set the visibility of the bubble marker to always.
I am using BubbleRenderableSeriesViewModel to build bubble chart and using XyzDataSeries to build the chart.
- Hardik Poudel asked 2 months ago
- You must login to post comments
Hi Hardik,
Thanks for your question.
I am sorry for the late response.
The desired behavior can be achieved with the help of our PointMetadata API. It allows you to tag each data point with an optional business object.
You can find more details in the corresponding documentation here:
SciChart WPF Documentation – DataSeries PointMetadata API _ WPF Chart Documentation
The example mentioned in this documentation article can be found at the following link:
SciChart.Wpf.Examples_Examples_SciChart.Examples_Examples_InspectDatapoints_SeriesWithMetadata at master · ABTSoftware_SciChart.Wpf.Examples
Please let us know if this is what you are looking for.
Kind regards,
Lex,
SciChart Technical Support Engineer
- Lex answered 4 weeks ago
- You must login to post comments
Please login first to submit.