Represents a single-value data point, which may be plotted in a CartesianChartAreaModel and has its second value defined as Category.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public abstract class CategoricalDataPointBase : DataPoint, INotifyPropertyChanged
Inheritance: objectPropertyBagObjectChartNodeDataPointCategoricalDataPointBase
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected CategoricalDataPointBase()
Fields
Defines whether the datapoint is within its categorical axis range.
C#
protected bool isInCategoricalRange
Defines whether the datapoint is within its numerical axis range.
C#
protected bool isInNumericalRange
Properties
Gets or sets the object instance that describes the category of the point.
C#
public object Category { get; set; }
Determines whether the data point may be plotted correctly.
C#
public override bool IsInPlotRange { get; }
Overrides: