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
Initializes a new instance of the PolarAxisPlotBandAnnotation class.
public PolarAxisPlotBandAnnotation()
Fields
FillProperty
DependencyProperty
Identifies the Fill dependency property.
public static readonly DependencyProperty FillProperty
FromProperty
DependencyProperty
Identifies the From dependency property.
public static readonly DependencyProperty FromProperty
ToProperty
DependencyProperty
Identifies the To dependency property.
public static readonly DependencyProperty ToProperty
Properties
Fill
Brush
Gets or sets the Brush that specifies how the shape's interior is painted.
public Brush Fill { get; set; }
The fill.
Presenter
Shape
Gets the presenter.
protected override Shape Presenter { get; }
The presenter.
Overrides:
Methods
When overridden in a derived class, is invoked whenever application code or internal processes call .
public override void OnApplyTemplate()
Overrides: