Class SingleValueDataPoint
Inherited Members
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public abstract class SingleValueDataPoint : DataPoint, INotifyPropertyChanged, IDataPoint
Constructors
SingleValueDataPoint()
Declaration
protected SingleValueDataPoint()
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>
|