DataPoint
Class
Base class for all points that may be plotted by a ChartPlotAreaModel.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public abstract class DataPoint : ChartNode, IDisposable, INotifyPropertyChanged
Inheritance: objectDisposableObjectPropertyBagObjectChartNodeDataPoint
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the DataPoint class.
C#
protected DataPoint()
Properties
Gets the object instance that represents the data associated with this point. Valid when the owning ChartSeries is data-bound.
C#
[Browsable(false)]
public object DataItem { get; }
Gets a value indicating whether the data point may be plotted correctly.
C#
[Browsable(false)]
public virtual bool IsInPlotRange { get; }
Gets or sets a value indicating whether the data point is currently in a "Selected" state.
C#
[Browsable(false)]
public bool IsSelected { get; set; }
Methods
Gets the bound value.
Inits the bound values.
C#
protected virtual void InitBoundValues()
Sets the data item when data point is data bound.