BarSeriesValue3D Constructor (Double, Double, Double, String) |
LightningChart .NET Help
Constructor.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic BarSeriesValue3D(
double x,
double y,
double z,
string text
)
Public Sub New (
x As Double,
y As Double,
z As Double,
text As String
)
public:
BarSeriesValue3D(
double x,
double y,
double z,
String^ text
)
Parameters
- x
- Type: SystemDouble
X value. - y
- Type: SystemDouble
Y value. - z
- Type: SystemDouble
Z value. - text
- Type: SystemString
Text assigned to bar value.
See Also