LightningChart .NET Help
Add value to end of Values array
Namespace:
Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic int AddValue(
double xValue,
double yValue,
string text,
bool invalidateChart
)
Public Function AddValue (
xValue As Double,
yValue As Double,
text As String,
invalidateChart As Boolean
) As Integer
public:
int AddValue(
double xValue,
double yValue,
String^ text,
bool invalidateChart
)
Parameters
- xValue
- Type: SystemDouble
X value - yValue
- Type: SystemDouble
Y value - text
- Type: SystemString
Text - invalidateChart
- Type: SystemBoolean
Refresh chart after value adding
Return Value
Type:
Int32New value index
See Also