New to Telerik UI for WPFStart a free 30-day trial

Base class for all points that may be plotted by a ChartPlotAreaModel.

Definition

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#
public object DataItem { get; }

Gets a value indicating whether the data point may be plotted correctly.

C#
public virtual bool IsInPlotRange { get; }

Gets or sets a value indicating whether the data point is currently in a "Selected" state.

C#
public bool IsSelected { get; set; }

Gets or sets the label associated with this point.

C#
public object Label { get; set; }