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 Radial
Declaration
public RadialAxisPlotBandAnnotation()
RadialAxisPlotBandAnnotation(Object, Object)
Initializes a new instance of the Radial
Declaration
public RadialAxisPlotBandAnnotation(object from, object to)
Parameters
System. The value on the radial axis where the annotation will start. |
System. 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. From. |
To
Gets or sets to.
Declaration
public object To { get; set; }
Property Value
System. To. |