Class PolarMarkedZoneAnnotation
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class PolarMarkedZoneAnnotation : PolarChartAnnotation, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement
Constructors
PolarMarkedZoneAnnotation()
Initializes a new instance of the PolarMarkedZoneAnnotation class.
Declaration
public PolarMarkedZoneAnnotation()
PolarMarkedZoneAnnotation(Double, Double, Double, Double)
Initializes a new instance of the PolarMarkedZoneAnnotation class.
Declaration
public PolarMarkedZoneAnnotation(double polarFrom, double polarTo, double radialFrom, double radialTo)
Parameters
System.Double
polarFrom
The value on the polar axis where the annotation will start. |
System.Double
polarTo
The value on the polar axis where the annotation will end. |
System.Double
radialFrom
The value on the radial axis where the annotation will start. |
System.Double
radialTo
The value on the radial axis where the annotation will end. |
Fields
PolarFromProperty
PolarToProperty
RadialFromProperty
RadialToProperty
Properties
PolarFrom
Gets or sets the starting point on the Polar axis.
Declaration
public double PolarFrom { get; set; }
Property Value
System.Double
From. |
PolarTo
Gets or sets the ending point on the Polar axis.
Declaration
public double PolarTo { get; set; }
Property Value
System.Double
To. |
RadialFrom
Gets or sets the starting point on the Radial axis.
Declaration
public object RadialFrom { get; set; }
Property Value
System.Object
From. |
RadialTo
Gets or sets the ending point on the Radial axis.
Declaration
public object RadialTo { get; set; }
Property Value
System.Object
To. |