Class IndicatorValueDataPoint
Inheritance
System.Object
IndicatorValueDataPoint
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.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class IndicatorValueDataPoint : CategoricalDataPoint, IDisposable, INotifyPropertyChanged
Constructors
IndicatorValueDataPoint()
Declaration
public IndicatorValueDataPoint()
Properties
BaseValue
Declaration
public double BaseValue { get; }
Property Value
System.Double
|
Value
Declaration
public override double? Value { get; set; }
Property Value
System.Nullable<System.Double>
|