Class RadialAxisGridLineAnnotation
Allows you to place an ellipse at a specific place in your polar chart. This annotation uses the polar chart's polar axis.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class RadialAxisGridLineAnnotation : PolarChartAnnotation, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement
Constructors
RadialAxisGridLineAnnotation()
Initializes a new instance of the RadialAxisGridLineAnnotation class.
Declaration
public RadialAxisGridLineAnnotation()
RadialAxisGridLineAnnotation(Object)
Initializes a new instance of the RadialAxisGridLineAnnotation class.
Declaration
public RadialAxisGridLineAnnotation(object value)
Parameters
System.Object
value
The value on the radial axis where the annotation will be plotted. |
Fields
ValueProperty
Properties
Value
Gets or sets the value.
Declaration
public object Value { get; set; }
Property Value
System.Object
The value. |