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
Syntaxpublic bool SetValue(
int valueIndex,
double xValue,
double yValue,
string text,
bool invalidateChart
)
Public Function SetValue (
valueIndex As Integer,
xValue As Double,
yValue As Double,
text As String,
invalidateChart As Boolean
) As Boolean
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:
BooleanFalse if invalid index is given, else true
See Also