ClassDataPoint
Class
Base class for all points that may be plotted by a ChartPlotAreaModel.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
cs-api-definition
public abstract class DataPoint : ChartNode, INotifyPropertyChanged
Inheritance: objectPropertyBagObjectChartNodeDataPoint
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 associated with this point. Valid when the owning ChartSeries is data-bound.
IsInPlotRange
Gets a value indicating whether the data point may be plotted correctly.
IsSelected
Gets or sets a value indicating whether the data point is currently in a "Selected" state.