SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, and iOS Chart & Android Chart Components
I have a WPF application where I am using SciChart to display data placed in an XyDataSeries, which is contained in a FastLineRenderableSeries.
I also have a ListView that displays the same data.
I want to place a marker on the data point selected by the user from the ListView. I would like to use the inverted triangle as the marker.
I know how to identify the item in the data series, but how do place a marker on that single point in the data series?
Thanks,
Dave
I have realized I can do this by simply adding a second renderable series (XyScatterRenderableSeries) to the SciChartSurface. So I have one data series with the complete data set contained in an XyDataSeries and another data set with a single point contained in an XyDataSeries. I also set the XyScatterRenderableSeries PointMarker property to the type of point marker I want.
If someone has a better solution I would appreciate hearing about it.
Dave
Hi Dave, the only alternative solution I was going to suggest was to use the DataPointSelectionModifier to select your points, then use our Annotations API to place a marker right above or below the point which is selected.
Please login first to submit.