Class CategoricalDataPoint
Inheritance
System.Object
CategoricalDataPoint
Inherited Members
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class CategoricalDataPoint : CategoricalDataPointBase, INotifyPropertyChanged, IDataPoint
Constructors
CategoricalDataPoint()
Declaration
public CategoricalDataPoint()
Properties
Value
Gets or sets the core value associated with the point.
Declaration
public Nullable<double> Value { get; set; }
Property Value
System.Nullable<System.Double>
|