Struct Polygon3DPoint
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Point, Polygon3D format (x,z).
public struct Polygon3DPoint
- Inherited Members
Constructors
Polygon3DPoint(double, double)
Constructor.
public Polygon3DPoint(double x, double z)
Parameters
Polygon3DPoint(double, double, object)
Constructor.
public Polygon3DPoint(double x, double z, object tag)
Parameters
Properties
Tag
Tag. Freely assignable object.
public object Tag { get; set; }
Property Value
X
X value.
public double X { get; set; }
Property Value
Z
Z value.
public double Z { get; set; }
Property Value
Methods
ToString()
Convert class description to string.
public override string ToString()
Returns
- string
Class description as a string.