Polygon3DPoint Constructor (Double, Double) |
LightningChart .NET Help
Constructor.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic Polygon3DPoint(
double x,
double z
)
Public Sub New (
x As Double,
z As Double
)
public:
Polygon3DPoint(
double x,
double z
)
Parameters
- x
- Type: SystemDouble
X value. - z
- Type: SystemDouble
Z value.
See Also