Class PolarAxisGridLineAnnotation
Allows you to place a straight line at a specific place in your polar chart. This annotation uses the polar chart's radial axis.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class PolarAxisGridLineAnnotation : PolarChartAnnotation, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement
Constructors
PolarAxisGridLineAnnotation()
Initializes a new instance of the PolarAxisGridLineAnnotation class.
Declaration
public PolarAxisGridLineAnnotation()
PolarAxisGridLineAnnotation(Object)
Initializes a new instance of the PolarAxisGridLineAnnotation class.
Declaration
public PolarAxisGridLineAnnotation(object value)
Parameters
System.Object
value
The value on the polar 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. |