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