Class
CategoricalDataPoint

Defines a DataPoint that has a single Value property, used by numerical axes.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public class CategoricalDataPoint : CategoricalDataPointBase, INotifyPropertyChanged

Inheritance: objectPropertyBagObjectChartNodeDataPointCategoricalDataPointBaseCategoricalDataPoint

Derived Classes: BubbleDataPoint

Implements: INotifyPropertyChanged

Inherited Members CategoricalDataPointBase.isInNumericalRangeCategoricalDataPointBase.isInCategoricalRangeCategoricalDataPointBase.CategoryCategoricalDataPointBase.IsInPlotRangeDataPoint.LabelDataPoint.DataItemDataPoint.IsSelectedChartNode.Arrange(RadRect, bool)ChartNode.Invalidate()ChartNode.IsArrangeValidChartNode.NodeStateChartNode.IndexChartNode.CollectionIndexChartNode.IsTreeLoadedChartNode.LayoutSlotChartNode.ParentChartNode.PresenterChartNode.PropertyChanged

Constructors

CategoricalDataPoint()

Declaration

cs-api-definition
public CategoricalDataPoint()

Properties

Value

Gets or sets the core value associated with the point.

Declaration

cs-api-definition
[TypeConverter(typeof(StringToDoubleConverter))]
public double? Value { get; set; }

Property Value

double?