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