Class SingleValueDataPoint
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 double? Value { get; set; }
Property Value
System.Nullable<System.Double>
|