ClassDataPoint
Class
Base class for all data points that may be plotted in a chart.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public abstract class DataPoint : Node, INotifyPropertyChanged
Inheritance: objectPropertyBagObjectNodeDataPoint
Derived Classes:
Implements:
Inherited Members
Constructors
DataPoint()
Initializes a new instance of the DataPoint class.
Declaration
cs-api-definition
protected DataPoint()
Properties
DataItem
Gets the object instance that represents the data item associated with this point. Valid when the owning ChartSeries is data-bound.
IsSelected
Gets or sets a value indicating whether the data point is currently in a "Selected" state.