ClassCategoricalDataPointBase
Class
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:
cs-api-definition
public abstract class CategoricalDataPointBase : DataPoint, INotifyPropertyChanged
Inheritance: objectPropertyBagObjectChartNodeDataPointCategoricalDataPointBase
Derived Classes:
Implements:
Inherited Members
Constructors
CategoricalDataPointBase()
Declaration
cs-api-definition
protected CategoricalDataPointBase()
Fields
isInCategoricalRange
Defines whether the datapoint is within its categorical axis range.
isInNumericalRange
Defines whether the datapoint is within its numerical axis range.
Properties
Category
Gets or sets the object instance that describes the category of the point.
IsInPlotRange
Determines whether the data point may be plotted correctly.
Declaration
cs-api-definition
public override bool IsInPlotRange { get; }
Property Value
Overrides