FreeformPointLineSeriesSetYValue Method |
LightningChart .NET Help
Set Y value of Points array item.
Namespace:
Arction.Wpf.Charting.SeriesXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.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