ClassCategoricalDataPointBase
Class
A base class for all data points that have a property defining the category of the data point.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public abstract class CategoricalDataPointBase : DataPoint, INotifyPropertyChanged
Inheritance: objectPropertyBagObjectNodeDataPointCategoricalDataPointBase
Derived Classes:
Implements:
Inherited Members
Constructors
CategoricalDataPointBase()
Declaration
cs-api-definition
protected CategoricalDataPointBase()
Fields
isInCategoricalRange
Defines whether the data point is within its categorical axis range.
isInNumericalRange
Defines whether the data point 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