ClassPolarAxisPlotBandAnnotation
Allows you highlight the area between two values drawn by the PolarAxis in the RadPolarChart.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class PolarAxisPlotBandAnnotation : PolarStrokedAnnotation, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartAnnotationPolarChartAnnotationPolarStrokedAnnotationPolarAxisPlotBandAnnotation
Implements:
Inherited Members
Constructors
PolarAxisPlotBandAnnotation()
Initializes a new instance of the PolarAxisPlotBandAnnotation class.
Declaration
public PolarAxisPlotBandAnnotation()
Fields
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
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.
Presenter
Gets the presenter.
Declaration
protected override Shape Presenter { get; }
Property Value
Shape
The presenter.
Overrides
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call .
Declaration
public override void OnApplyTemplate()
Overrides