Class ErrorBarSeries
Inheritance
System.Object
ErrorBarSeries
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Chart
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ErrorBarSeries : RangeSeriesBase, IChartSeries, IChartElementPresenter, IElementPresenter
Constructors
ErrorBarSeries()
Declaration
public ErrorBarSeries()
Fields
CombineModeProperty
Declaration
public static readonly DependencyProperty CombineModeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
ValueBindingProperty
Declaration
public static readonly DependencyProperty ValueBindingProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
CombineMode
Declaration
public ChartSeriesCombineMode CombineMode { get; set; }
Property Value
|
ChartSeriesCombineMode
|
ValueBinding
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|