Class SingleValueDataPoint
Inheritance
System.Object
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.WinControls.ChartView.dll
Syntax
public abstract class SingleValueDataPoint : DataPoint, IDisposable, INotifyPropertyChanged
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>
|