ClassErrorBarSeries
Class
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class ErrorBarSeries : RangeSeriesBase, IChartSeries, IChartElementPresenter, IElementPresenter
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesRangeSeriesBaseErrorBarSeries
Implements:
Inherited Members
Constructors
ErrorBarSeries()
Initializes a new instance of the ErrorBarSeries class.
Declaration
cs-api-definition
public ErrorBarSeries()
Fields
CombineModeProperty
Identifies the CombineMode property.
Declaration
cs-api-definition
public static readonly DependencyProperty CombineModeProperty
Field Value
DependencyProperty
ValueBindingProperty
Identifies the ValueBinding property.
Declaration
cs-api-definition
public static readonly DependencyProperty ValueBindingProperty
Field Value
DependencyProperty
Properties
CombineMode
Gets or sets the combination mode to be used when data points are plotted.
Declaration
cs-api-definition
public ChartSeriesCombineMode CombineMode { get; set; }
Property Value
ValueBinding
Gets or sets the binding that will be used to fill the Value member of the contained data points.
Declaration
cs-api-definition
public DataPointBinding ValueBinding { get; set; }
Property Value
Methods
OnCreateAutomationPeer()
Declaration
cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides