ClassCartesianPlotBandAnnotation
Allows you highlight the area between two values drawn by the Axis in the RadCartesianChart.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class CartesianPlotBandAnnotation : CartesianStrokedAnnotation, IChartElementPresenter, IElementPresenter
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartAnnotationCartesianChartAnnotationCartesianStrokedAnnotationCartesianPlotBandAnnotation
Implements:
Inherited Members
Constructors
CartesianPlotBandAnnotation()
Initializes a new instance of the CartesianPlotBandAnnotation class.
Declaration
public CartesianPlotBandAnnotation()
Fields
AxisProperty
Identifies the Axis dependency property.
Declaration
public static readonly DependencyProperty AxisProperty
Field Value
DependencyProperty
FillProperty
Identifies the Fill dependency property.
Declaration
public static readonly DependencyProperty FillProperty
Field Value
DependencyProperty
FromProperty
Identifies the From dependency property.
Declaration
public static readonly DependencyProperty FromProperty
Field Value
DependencyProperty
ToProperty
Identifies the To dependency property.
Declaration
public static readonly DependencyProperty ToProperty
Field Value
DependencyProperty
Properties
Axis
Gets or sets the axis.
Declaration
public CartesianAxis Axis { get; set; }
Property Value
The axis.
Fill
Gets or sets the Brush that specifies how the shape's interior is painted.
Declaration
public Brush Fill { get; set; }
Property Value
Brush
The fill.
From
Gets or sets from.
IsStrokeInset
Gets a value indicating whether the stroke goes inwards by the full .
Declaration
protected override bool IsStrokeInset { get; }
Property Value
true if this instance is stroke inset; otherwise, false.
Overrides
Presenter
Gets the presenter.
Declaration
protected override Shape Presenter { get; }
Property Value
Shape
The presenter.
Overrides
Methods
ApplyTemplateCore()
Initializes the render surface template part.
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides
UnapplyTemplateCore()
Removes the current control template. Occurs when a template has already been applied and a new one is applied.
Declaration
protected override void UnapplyTemplateCore()
Overrides