BarSeriesDeleteValue Method |
LightningChart .NET Help
Delete a value by given index.
Namespace:
Arction.WinForms.Charting.SeriesXY
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic bool DeleteValue(
int valueIndex,
bool invalidateChart
)
Public Function DeleteValue (
valueIndex As Integer,
invalidateChart As Boolean
) As Boolean
public:
bool DeleteValue(
int valueIndex,
bool invalidateChart
)
Parameters
- valueIndex
- Type: SystemInt32
Index of value to be deleted. - invalidateChart
- Type: SystemBoolean
Refresh chart after value deleting.
Return Value
Type:
BooleanFalse if invalid index is given, otherwise true.
See Also