Table of Contents

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

owner IChartNode

Parent.

Methods

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

True if managed resources should be disposed, otherwise false.

SetValues(double, double)

Set all values.

public abstract void SetValues(double X, double Y)

Parameters

X double

X value.

Y double

Y value.

Remarks

Does not refresh chart.

ToString()

Convert class description to string.

public override string ToString()

Returns

string

String.