FreeformPointLineSeriesSetXValue Method |
LightningChart .NET Help
Set X value of Points array item.
Namespace:
Arction.WinForms.Charting.SeriesXY
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic void SetXValue(
int index,
double xValue
)
Public Sub SetXValue (
index As Integer,
xValue As Double
)
public:
void SetXValue(
int index,
double xValue
)
Parameters
- index
- Type: SystemInt32
Point index in Points array. - xValue
- Type: SystemDouble
X value.
See Also