Click or drag to resize

PointLineSeriesSetXValue Method

LightningChart .NET Help
Set X value of Points array item.

Namespace:  Arction.Wpf.Charting.SeriesXY
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public void SetXValue(
	int index,
	double xValue
)

Parameters

index
Type: SystemInt32
Point index in Points array
xValue
Type: SystemDouble
X value
See Also