ErrorBarSeries
Represents a chart series that plot their points using error bar shapes. The series support default visuals - ErrorBarShape instances.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class ErrorBarSeries : RangeSeriesBase, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesCategoricalSeriesBaseRangeSeriesBaseErrorBarSeries...
Implements:
Inherited Members
Constructors
Initializes a new instance of the ErrorBarSeries class.
public ErrorBarSeries()
Fields
CombineModeProperty
DependencyProperty
Identifies the CombineMode property.
public static readonly DependencyProperty CombineModeProperty
ValueBindingProperty
DependencyProperty
Identifies the ValueBinding property.
public static readonly DependencyProperty ValueBindingProperty
Properties
Gets or sets the combination mode to be used when data points are plotted.
public ChartSeriesCombineMode CombineMode { get; set; }
Gets or sets the binding that will be used to fill the Value member of the contained data points.
[TypeConverter(typeof(StringToDataPointBindingConverter))]
public DataPointBinding ValueBinding { get; set; }
Methods
Gets the points which build the label connector polyline.
protected override List<Point> GetLabelConnector(ChartSeriesLabelPositionInfo info)
List<Point>
Overrides:
When overridden in a derived class, this method returns the function used to calculate the aggregate values for the Value property.
protected virtual ChartAggregateFunction GetValueAggregateFunction()
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.