PointLineSeriesSetYValue Method |
LightningChart .NET Help
Set Y value of Points array item.
Namespace:
Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic void SetYValue(
int index,
double yValue
)
Public Sub SetYValue (
index As Integer,
yValue As Double
)
public:
void SetYValue(
int index,
double yValue
)
Parameters
- index
- Type: SystemInt32
Point index in Points array - yValue
- Type: SystemDouble
Y value
See Also