Class CategoricalDataPoint
Inheritance
Inherited Members
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class CategoricalDataPoint : CategoricalDataPointBase, IDisposable, INotifyPropertyChanged
Constructors
CategoricalDataPoint()
Initializes a new instance of the CategoricalDataPoint class.
Declaration
public CategoricalDataPoint()
CategoricalDataPoint(Double)
Initializes a new instance of the CategoricalDataPoint class.
Declaration
public CategoricalDataPoint(double value)
Parameters
System.Double
value
The value. |
CategoricalDataPoint(Double, Object)
Initializes a new instance of the CategoricalDataPoint class.
Declaration
public CategoricalDataPoint(double value, object category)
Parameters
System.Double
value
The value. |
System.Object
category
The category. |
CategoricalDataPoint(Nullable<Double>)
Initializes a new instance of the CategoricalDataPoint class.
Declaration
public CategoricalDataPoint(double? value)
Parameters
System.Nullable<System.Double>
value
The value. |
CategoricalDataPoint(Nullable<Double>, Object)
Initializes a new instance of the CategoricalDataPoint class.
Declaration
public CategoricalDataPoint(double? value, object category)
Parameters
System.Nullable<System.Double>
value
The value. |
System.Object
category
The category. |
Properties
Value
Gets or sets the core value associated with the point.
Declaration
public virtual double? Value { get; set; }
Property Value
System.Nullable<System.Double>
|
Methods
InitBoundValues()
Inits the bound values.
Declaration
protected override void InitBoundValues()