Definition
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
Inheritance: objectDisposableObjectRadObjectUIChartElementChartAnnotationPolarChartAnnotationPolarMarkedZoneAnnotation...
Implements:
Inherited Members
Constructors
Initializes a new instance of the PolarMarkedZoneAnnotation class.
public PolarMarkedZoneAnnotation()
Initializes a new instance of the PolarMarkedZoneAnnotation class.
public PolarMarkedZoneAnnotation(double polarFrom, double polarTo, double radialFrom, double radialTo)
The value on the polar axis where the annotation will start.
polarTodoubleThe value on the polar axis where the annotation will end.
radialFromdoubleThe value on the radial axis where the annotation will start.
radialTodoubleThe value on the radial axis where the annotation will end.
Fields
public static readonly RadProperty PolarFromProperty
public static readonly RadProperty PolarToProperty
public static readonly RadProperty RadialFromProperty
public static readonly RadProperty RadialToProperty
Properties
Gets or sets the starting point on the Polar axis.
public double PolarFrom { get; set; }
From.
Gets or sets the ending point on the Polar axis.
public double PolarTo { get; set; }
To.
Gets or sets the starting point on the Radial axis.
public object RadialFrom { get; set; }
From.