Pre loader

Show label of bubble in bubble chart wpf

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

0
0

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.

Version
8.5.0.28148
  • You must to post comments
1
0

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

Images
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.