Polygon3DPoint Constructor (Double, Double, Object) |
LightningChart .NET Help
Constructor.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic Polygon3DPoint(
double x,
double z,
Object tag
)
Public Sub New (
x As Double,
z As Double,
tag As Object
)
public:
Polygon3DPoint(
double x,
double z,
Object^ tag
)
Parameters
- x
- Type: SystemDouble
X value. - z
- Type: SystemDouble
Z value. - tag
- Type: SystemObject
Tag. Freely assignable object.
See Also