Articles in this section

Is there an easy way to change the existing value(s) of the ChartPoints in ChartWebControl?

 

You can access any of the points through the Series and Points collections:

The following Code simply demonstrate this.

C#

this.ChartWebControl1.BeginUpdate();

this.ChartWebControl1.Series[0].Points[0].X=1;

this.ChartWebControl1.Series[0].Points[0].YValues[0]=190;

this.ChartWebControl1.EndUpdate();

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied