Class
ErrorBarDataPoint

A High-Low-Value data point.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public class ErrorBarDataPoint : RangeDataPoint, INotifyPropertyChanged

Inheritance: objectPropertyBagObjectChartNodeDataPointCategoricalDataPointBaseRangeDataPointErrorBarDataPoint

Implements: INotifyPropertyChanged

Inherited Members RangeDataPoint.HighRangeDataPoint.LowCategoricalDataPointBase.isInNumericalRangeCategoricalDataPointBase.isInCategoricalRangeCategoricalDataPointBase.CategoryCategoricalDataPointBase.IsInPlotRangeDataPoint.LabelDataPoint.DataItemDataPoint.IsSelectedChartNode.Arrange(RadRect, bool)ChartNode.Invalidate()ChartNode.IsArrangeValidChartNode.NodeStateChartNode.IndexChartNode.CollectionIndexChartNode.IsTreeLoadedChartNode.LayoutSlotChartNode.ParentChartNode.PresenterChartNode.PropertyChanged

Constructors

ErrorBarDataPoint()

Declaration

cs-api-definition
public ErrorBarDataPoint()

Properties

Value

Gets or sets the value associated with the point.

Declaration

cs-api-definition
[TypeConverter(typeof(StringToDoubleConverter))]
public double Value { get; set; }

Property Value

double