Class ErrorBarDataPoint
A High-Low-Value data point.
Inheritance
System.Object
ErrorBarDataPoint
Inherited Members
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class ErrorBarDataPoint : RangeDataPoint, INotifyPropertyChanged, IDataPoint
Constructors
ErrorBarDataPoint()
Declaration
public ErrorBarDataPoint()
Properties
Value
Gets or sets the value associated with the point.
Declaration
public double Value { get; set; }
Property Value
System.Double
|