Click or drag to resize

PointLineSeriesSetValues Method

LightningChart .NET Help
Fill Points array from X and Y values

Namespace:  Arction.WinForms.Charting.SeriesXY
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public void SetValues(
	double[] xValues,
	double[] yValues
)

Parameters

xValues
Type: SystemDouble
X values array
yValues
Type: SystemDouble
Y values array
See Also