Class PointDoubleXY
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
XY point.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class PointDoubleXY : ChartNode, IChartNode, IDisposable
- Inheritance
-
PointDoubleXY
- Implements
- Inherited Members
Constructors
PointDoubleXY()
Constructor
public PointDoubleXY()
PointDoubleXY(IChartNode, double, double)
Constructor
public PointDoubleXY(IChartNode owner, double x, double y)
Parameters
ownerIChartNodeParent.
xdoubleX value.
ydoubleY value.
PointDoubleXY(double, double)
Constructor
public PointDoubleXY(double x, double y)
Parameters
Properties
X
X value
public double X { get; set; }
Property Value
Y
Y value
public double Y { get; set; }
Property Value
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposingboolTrue if managed resources should be disposed, otherwise false.
SetValues(double, double)
Set all values.
public void SetValues(double x, double y)
Parameters
Remarks
Does not refresh chart.
ToString()
Convert class description to string.
public override string ToString()
Returns
- string
String.