public Double X {get; set;}
Remarks
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
public Double X {get; set;}
line1.Points[3].X=50;
//Sets the 2nd X value of the Line Series to 50
SeriesXYPoint Class | SeriesXYPoint Members | Steema.TeeChart.Styles Namespace