Class CartesianPlotBandAnnotation
Inheritance
System.Object
CartesianPlotBandAnnotation
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Chart
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class CartesianPlotBandAnnotation : CartesianStrokedAnnotation, IChartElementPresenter, IElementPresenter, IStrokedAnnotation
Constructors
CartesianPlotBandAnnotation()
Declaration
public CartesianPlotBandAnnotation()
Fields
AxisProperty
Declaration
public static readonly DependencyProperty AxisProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
FillProperty
Declaration
public static readonly DependencyProperty FillProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
FromProperty
Declaration
public static readonly DependencyProperty FromProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
ToProperty
Declaration
public static readonly DependencyProperty ToProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Axis
Fill
Declaration
public Brush Fill { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
From
Declaration
public object From { get; set; }
Property Value
|
System.Object
|
IsStrokeInset
Declaration
protected override bool IsStrokeInset { get; }
Property Value
|
System.Boolean
|
Overrides
Presenter
Declaration
protected override Shape Presenter { get; }
Property Value
|
Microsoft.UI.Xaml.Shapes.Shape
|
Overrides
To
Declaration
public object To { get; set; }
Property Value
|
System.Object
|
Methods
ApplyTemplateCore()
Declaration
protected override bool ApplyTemplateCore()
Returns
|
System.Boolean
|
Overrides
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Overrides
UnapplyTemplateCore()
Declaration
protected override void UnapplyTemplateCore()