Class PolarAxisPlotBandAnnotation
Allows you highlight the area between two values drawn by the PolarAxis in the RadPolarChart.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class PolarAxisPlotBandAnnotation : PolarStrokedAnnotation, IChartElementPresenterWithMargin, IChartElementPresenter
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
System.Windows.DependencyProperty
|
FromProperty
Identifies the From dependency property.
Declaration
public static readonly DependencyProperty FromProperty
Field Value
System.Windows.DependencyProperty
|
ToProperty
Identifies the To dependency property.
Declaration
public static readonly DependencyProperty ToProperty
Field Value
System.Windows.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
System.Windows.Media.Brush
The fill. |
From
Gets or sets from.
Declaration
public double From { get; set; }
Property Value
System.Double
From. |
Presenter
Gets the presenter.
Declaration
protected override Shape Presenter { get; }
Property Value
System.Windows.Shapes.Shape
The presenter. |
Overrides
To
Gets or sets to.
Declaration
public double To { get; set; }
Property Value
System.Double
To. |
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()