New to Telerik UI for WPFStart a free 30-day trial

Allows you highlight the area between two values drawn by the PolarAxis in the RadPolarChart.

Definition

Constructors

Initializes a new instance of the PolarAxisPlotBandAnnotation class.

C#
public PolarAxisPlotBandAnnotation()

Fields

FillProperty

DependencyProperty

Identifies the Fill dependency property.

C#
public static readonly DependencyProperty FillProperty

FromProperty

DependencyProperty

Identifies the From dependency property.

C#
public static readonly DependencyProperty FromProperty

ToProperty

DependencyProperty

Identifies the To dependency property.

C#
public static readonly DependencyProperty ToProperty

Properties

Fill

Brush

Gets or sets the Brush that specifies how the shape's interior is painted.

C#
public Brush Fill { get; set; }
Property Value:

The fill.

Gets or sets from.

C#
public double From { get; set; }
Property Value:

From.

Gets the presenter.

C#
protected override Shape Presenter { get; }
Property Value:

The presenter.

Overrides: PolarStrokedAnnotation.Presenter

Gets or sets to.

C#
public double To { get; set; }
Property Value:

To.

Methods

When overridden in a derived class, is invoked whenever application code or internal processes call .

C#
public override void OnApplyTemplate()

Overrides: ChartAnnotation.OnApplyTemplate()