Indexed Point X value
public Double X {get; set;}

Remarks

Use this property to access each ValueList of the Data Point

Example

line1.Points[3].X=50;
//Sets the 2nd X value of the Line Series to 50

Remarks


Use this property to access each ValueList of the Data Point

Example


line1.Points[3].X=50; 
//Sets the 2nd X value of the Line Series to 50

See Also

SeriesXYPoint Class | SeriesXYPoint Members | Steema.TeeChart.Styles Namespace