Class PointIntXY
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
XY point, integer.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class PointIntXY : ChartNode, IChartNode, IDisposable
- Inheritance
-
PointIntXY
- Implements
- Inherited Members
Constructors
PointIntXY()
Constructor.
public PointIntXY()
PointIntXY(IChartNode, int, int)
Constructor
public PointIntXY(IChartNode owner, int x, int y)
Parameters
ownerIChartNodeParent.
xintX value.
yintY value.
PointIntXY(int, int)
Constructor.
public PointIntXY(int x, int y)
Parameters
Properties
X
X value
public int X { get; set; }
Property Value
Y
Y value
public int 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(int, int)
Set all values.
public void SetValues(int x, int y)
Parameters
Remarks
Does not refresh chart.
ToString()
Convert class description to string.
public override string ToString()
Returns
- string
String.