Class PointRound
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Round chart point.
[TypeConverter(typeof(ExpandableObjectConverter))]
public abstract class PointRound : ChartNode, IChartNode, IDisposable, IPointRound
- Inheritance
-
PointRound
- Implements
- Derived
- Inherited Members
Constructors
PointRound()
Constructor for PointRound.
public PointRound()
PointRound(IChartNode)
Constructor
public PointRound(IChartNode owner)
Parameters
ownerIChartNodeParent.
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 abstract 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.