Click or drag to resize

DigitalLineSeriesAddBits Method

LightningChart .NET Help
Add bits to end of series. Each input value correspond to 32 bit values.

Namespace:  Arction.WinForms.Charting.SeriesXY
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public long AddBits(
	uint[] data,
	bool invalidateChart
)

Parameters

data
Type: SystemUInt32
Data array.
invalidateChart
Type: SystemBoolean
Update chart after adding data. 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: Int64
Series bit count after adding.
See Also