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