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