ChartSeriesType.Line - Show all drawed Points

Hi all,
i'm using a Line Chart Series to visualize some data. Now i will highlight every drawed point in the series. Is there a property to enable this, or must i use a other diagram type?

Regards Stephan


1 Reply

SS Sri Subhashini M Syncfusion Team December 11, 2007 05:21 AM UTC

Hi Stephan,

Thank you for using Syncfusion product.

We can highlight every drawn point in the series by displaying data on the chart points.

We have to implement IChartSeriesModel interface, we can set it as the data underlying any ChartSeries object using the SeriesModelImpl property. Use this property to replace this instance with your own implementation. In this sample SeriesModelImpl property is used to display the data.

Please look into the sample and let me know if its helpful.

http://websamples.syncfusion.com/samples/Chart.Web/6.1.0.34/70333/main.htm

If I have misunderstood your requirement, could you please explain me in detail, so that I can work in depth and try to send a better solution.

Regards,
Suba



Loader.
Up arrow icon