ClassPolarAxisGridLineAnnotation
Class
Allows you to place a straight line at a specific place in your polar chart. This annotation uses the polar chart's radial axis.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class PolarAxisGridLineAnnotation : PolarChartAnnotation, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement
Inheritance: objectDisposableObjectRadObjectUIChartElementChartAnnotationPolarChartAnnotationPolarAxisGridLineAnnotation
Implements:
Inherited Members
Constructors
PolarAxisGridLineAnnotation()
Initializes a new instance of the PolarAxisGridLineAnnotation class.
Declaration
cs-api-definition
public PolarAxisGridLineAnnotation()
PolarAxisGridLineAnnotation(object)
Initializes a new instance of the PolarAxisGridLineAnnotation class.
Declaration
cs-api-definition
public PolarAxisGridLineAnnotation(object value)
Parameters
value
The value on the polar axis where the annotation will be plotted.
Fields
ValueProperty
Declaration
cs-api-definition
public static readonly RadProperty ValueProperty
Field Value