Class DataPoint
Inherited Members
Namespace: Telerik.Charting
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class DataPoint : Node, INotifyPropertyChanged
Constructors
DataPoint()
Declaration
protected DataPoint()
Properties
DataItem
Declaration
public object DataItem { get; }
Property Value
System.
|
IsInPlotRange
Declaration
public virtual bool IsInPlotRange { get; }
Property Value
System.
|
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
System.
|
Label
Declaration
public object Label { get; set; }
Property Value
System.
|