Class
CategoricalDataPointBase

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: BoxPlotDataPointCategoricalDataPointOhlcDataPointRangeDataPoint

Implements: INotifyPropertyChanged

Inherited Members DataPoint.LabelDataPoint.DataItemDataPoint.IsSelectedNode.Arrange(RadRect, bool)Node.Invalidate()Node.PresenterNode.IsArrangeValidNode.NodeStateNode.IndexNode.CollectionIndexNode.IsTreeLoadedNode.LayoutSlotNode.ParentNode.PropertyChanged

Constructors

CategoricalDataPointBase()

Declaration

cs-api-definition
protected CategoricalDataPointBase()

Fields

isInCategoricalRange

Defines whether the data point is within its categorical axis range.

Declaration

cs-api-definition
protected bool isInCategoricalRange

Field Value

bool

isInNumericalRange

Defines whether the data point is within its numerical axis range.

Declaration

cs-api-definition
protected bool isInNumericalRange

Field Value

bool

Properties

Category

Gets or sets the object instance that describes the category of the point.

Declaration

cs-api-definition
public object Category { get; set; }

Property Value

object

IsInPlotRange

Determines whether the data point may be plotted correctly.

Declaration

cs-api-definition
public override bool IsInPlotRange { get; }

Property Value

bool

Overrides DataPoint.IsInPlotRange