New to Telerik UI for WinFormsStart a free 30-day trial

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

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

C#
public class CategoricalDataPoint : CategoricalDataPointBase, IDisposable, INotifyPropertyChanged

Inheritance: objectDisposableObjectPropertyBagObjectChartNodeDataPointCategoricalDataPointBaseCategoricalDataPoint...

Derived Classes: WaterfallDataPointIndicatorValueDataPoint

Implements: IDisposableINotifyPropertyChanged

Inherited Members CategoricalDataPointBase.isInNumericalRangeCategoricalDataPointBase.isInCategoricalRangeCategoricalDataPointBase.CategoryCategoricalDataPointBase.IsInPlotRangeDataPoint.GetBoundValue<T>(int)DataPoint.SetBoundValue(int, object)DataPoint.SetDataItem(object)DataPoint.ContainsBoundValue(int)DataPoint.LabelDataPoint.DataItemDataPoint.IsSelectedChartNode.Arrange(RadRect, bool)ChartNode.Invalidate()ChartNode.SetValueCore(int, object)ChartNode.ClearValueCore(int)ChartNode.IsArrangeValidChartNode.NodeStateChartNode.IndexChartNode.CollectionIndexChartNode.IsTreeLoadedChartNode.LayoutSlotChartNode.ParentChartNode.PresenterChartNode.PropertyChangedPropertyBagObject.IsLocalValue(int)PropertyBagObject.GetValue(int)PropertyBagObject.SetValue(int, object)PropertyBagObject.ClearValue(int)PropertyBagObject.GetTypedValue<T>(int, T)PropertyBagObject.DisposeManagedResources()PropertyBagObject.PropertyStoreDisposableObject.Dispose()DisposableObject.DisposeUnmanagedResources()DisposableObject.IsDisposingDisposableObject.IsDisposedDisposableObject.EventsDisposableObject.DisposingDisposableObject.Disposed...

Constructors

Initializes a new instance of the CategoricalDataPoint class.

C#
public CategoricalDataPoint()

Initializes a new instance of the CategoricalDataPoint class.

C#
public CategoricalDataPoint(double value, object category)
Parameters:valuedouble

The value.

categoryobject

The category.

Initializes a new instance of the CategoricalDataPoint class.

C#
public CategoricalDataPoint(double? value, object category)
Parameters:valuedouble?

The value.

categoryobject

The category.

Initializes a new instance of the CategoricalDataPoint class.

C#
public CategoricalDataPoint(double? value)
Parameters:valuedouble?

The value.

Initializes a new instance of the CategoricalDataPoint class.

C#
public CategoricalDataPoint(double value)
Parameters:valuedouble

The value.

Properties

Gets or sets the core value associated with the point.

C#
[TypeConverter(typeof(StringToDoubleConverter))]
public virtual double? Value { get; set; }

Methods

Inits the bound values.

C#
protected override void InitBoundValues()

Overrides: DataPoint.InitBoundValues()