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