Click or drag to resize

PointRound Class

LightningChart .NET Help
Round chart point.
Inheritance Hierarchy

Namespace: LightningChartLib.UWP.ChartingMVVM
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public abstract class PointRound : ChartNode, 
	IPointRound

The PointRound type exposes the following members.

Constructors
 NameDescription
Public methodPointRound Constructor for PointRound.
Public methodPointRound(IChartNode) Constructor
Top
Methods
 NameDescription
Public methodDispose Release all resources used by this instance.
(Inherited from ChartNode)
Public methodSetValues Set all values.
Public methodToString Convert class description to string.
Top
Events
 NameDescription
Public eventValueChangedInternallyEvent Value has changed internally by chart or by user manipulation of chart object.
(Inherited from ChartNode)
Top
See Also