Class
CategoricalDataPoint

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

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

cs-api-definition
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

CategoricalDataPoint()

Initializes a new instance of the CategoricalDataPoint class.

Declaration

cs-api-definition
public CategoricalDataPoint()

CategoricalDataPoint(double)

Initializes a new instance of the CategoricalDataPoint class.

Declaration

cs-api-definition
public CategoricalDataPoint(double value)

Parameters

value

double

The value.

CategoricalDataPoint(double, object)

Initializes a new instance of the CategoricalDataPoint class.

Declaration

cs-api-definition
public CategoricalDataPoint(double value, object category)

Parameters

value

double

The value.

category

object

The category.

CategoricalDataPoint(double?)

Initializes a new instance of the CategoricalDataPoint class.

Declaration

cs-api-definition
public CategoricalDataPoint(double? value)

Parameters

value

double?

The value.

CategoricalDataPoint(double?, object)

Initializes a new instance of the CategoricalDataPoint class.

Declaration

cs-api-definition
public CategoricalDataPoint(double? value, object category)

Parameters

value

double?

The value.

category

object

The category.

Properties

Value

Gets or sets the core value associated with the point.

Declaration

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

Property Value

double?

Methods

InitBoundValues()

Inits the bound values.

Declaration

cs-api-definition
protected override void InitBoundValues()

Overrides DataPoint.InitBoundValues()