Click or drag to resize

BarSeriesAddValue Method

LightningChart .NET Help
Add value to end of Values array

Namespace:  Arction.Wpf.Charting.SeriesXY
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public int AddValue(
	double xValue,
	double yValue,
	string text,
	bool invalidateChart
)

Parameters

xValue
Type: SystemDouble
X value
yValue
Type: SystemDouble
Y value
text
Type: SystemString
Text
invalidateChart
Type: SystemBoolean
Refresh chart after value adding

Return Value

Type: Int32
New value index
See Also