ClassRadialAxisGridLineAnnotation
Allows you to place a straight line at a specific place in your RadCartesianChart. This annotation uses the RadialAxis.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class RadialAxisGridLineAnnotation : PolarStrokedAnnotation, IChartElementPresenter, IElementPresenter
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartAnnotationPolarChartAnnotationPolarStrokedAnnotationRadialAxisGridLineAnnotation
Implements:
Inherited Members
Constructors
RadialAxisGridLineAnnotation()
Initializes a new instance of the RadialAxisGridLineAnnotation class.
Declaration
public RadialAxisGridLineAnnotation()
Fields
ValueProperty
Identifies the Value dependency property.
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
DependencyProperty
Properties
Presenter
Gets the presenter.
Declaration
protected override Shape Presenter { get; }
Property Value
Shape
The presenter.
Overrides
Methods
ApplyTemplateCore()
Initializes the render surface template part.
UnapplyTemplateCore()
Removes the current control template. Occurs when a template has already been applied and a new one is applied.
Declaration
protected override void UnapplyTemplateCore()
Overrides