Click or drag to resize

SampleDataSeriesAddSamples Method (Double, Boolean)

LightningChart .NET Help
Add samples to end of series, double format.

Namespace:  Arction.WinForms.Charting.SeriesXY
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public int AddSamples(
	double[] samples,
	bool invalidateChart
)

Parameters

samples
Type: SystemDouble
Samples array
invalidateChart
Type: SystemBoolean
Update chart after adding. Updating will raise CPU load, which is why usage of this method is not recommended with every call if points are added many times per second.

Return Value

Type: Int32
Series sample count after adding.
See Also