Click or drag to resize

PointLineSeriesSetYValue Method

LightningChart .NET Help
Set Y 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
Syntax
public void SetYValue(
	int index,
	double yValue
)

Parameters

index
Type: SystemInt32
Point index in Points array
yValue
Type: SystemDouble
Y value
See Also