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.WinControls.ChartView.dll
Syntax:
C#
public abstract class CategoricalDataPointBase : DataPoint, IDisposable, INotifyPropertyChanged
Inheritance: objectDisposableObjectPropertyBagObjectChartNodeDataPointCategoricalDataPointBase...
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#
[TypeConverter(typeof(StringConverter))]
public object Category { get; set; }
Determines whether the data point may be plotted correctly.
C#
[Browsable(false)]
public override bool IsInPlotRange { get; }
Overrides: