ClassPolarMarkedZoneAnnotation
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
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
polarFrom
The value on the polar axis where the annotation will start.
polarTo
The value on the polar axis where the annotation will end.
radialFrom
The value on the radial axis where the annotation will start.
radialTo
The value on the radial axis where the annotation will end.
Fields
PolarFromProperty
Declaration
public static readonly RadProperty PolarFromProperty
Field Value
PolarToProperty
Declaration
public static readonly RadProperty PolarToProperty
Field Value
RadialFromProperty
Declaration
public static readonly RadProperty RadialFromProperty
Field Value
RadialToProperty
Declaration
public static readonly RadProperty RadialToProperty
Field Value
Properties
PolarFrom
Gets or sets the starting point on the Polar axis.
PolarTo
Gets or sets the ending point on the Polar axis.
RadialFrom
Gets or sets the starting point on the Radial axis.