Click or drag to resize

BarSeriesSetValue Method (Int32, Double, Double, String, Boolean)

LightningChart .NET Help
Set value by given index

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

Parameters

valueIndex
Type: SystemInt32
Index of value to be set
xValue
Type: SystemDouble
X value
yValue
Type: SystemDouble
Y value
text
Type: SystemString
Text
invalidateChart
Type: SystemBoolean
Refresh chart after value setting

Return Value

Type: Boolean
False if invalid index is given, else true
See Also