Class PolarAxisPlotBandAnnotation
Allows you highlight the area between two values drawn by the polar chart's polar axis.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class PolarAxisPlotBandAnnotation : PolarChartAnnotation, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement
Constructors
PolarAxisPlotBandAnnotation()
Initializes a new instance of the PolarAxisPlotBandAnnotation class.
Declaration
public PolarAxisPlotBandAnnotation()
PolarAxisPlotBandAnnotation(Double, Double)
Initializes a new instance of the PolarAxisPlotBandAnnotation class.
Declaration
public PolarAxisPlotBandAnnotation(double from, double to)
Parameters
System.Double
from
The value on the polar axis where the annotation will start. |
System.Double
to
The value on the polar axis where the annotation will end. |
Fields
FromProperty
ToProperty
Properties
From
Gets or sets from.
Declaration
public double From { get; set; }
Property Value
System.Double
From. |
To
Gets or sets to.
Declaration
public double To { get; set; }
Property Value
System.Double
To. |