Class CategoricalSparkDataPoint
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class CategoricalSparkDataPoint : CategoricalSparkDataPointBase, IDisposable, INotifyPropertyChanged
Constructors
CategoricalSparkDataPoint()
Initializes a new instance of the CategoricalSparkDataPoint class.
Declaration
public CategoricalSparkDataPoint()
CategoricalSparkDataPoint(Double)
Initializes a new instance of the CategoricalSparkDataPoint class.
Declaration
public CategoricalSparkDataPoint(double value)
Parameters
System.Double
value
The value. |
CategoricalSparkDataPoint(Double, Object)
Initializes a new instance of the CategoricalSparkDataPoint class.
Declaration
public CategoricalSparkDataPoint(double value, object category)
Parameters
System.Double
value
The value. |
System.Object
category
The category. |
CategoricalSparkDataPoint(Nullable<Double>)
Initializes a new instance of the CategoricalSparkDataPoint class.
Declaration
public CategoricalSparkDataPoint(double? value)
Parameters
System.Nullable<System.Double>
value
The value. |
CategoricalSparkDataPoint(Nullable<Double>, Object)
Initializes a new instance of the CategoricalSparkDataPoint class.
Declaration
public CategoricalSparkDataPoint(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()