Class RadialAxisGridLineAnnotation
Allows you to place a straight line at a specific place in your RadCartesianChart. This annotation uses the RadialAxis.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class RadialAxisGridLineAnnotation : PolarStrokedAnnotation, IChartElementPresenterWithMargin, IChartElementPresenter
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
System.Windows.DependencyProperty
|
Properties
Presenter
Gets the presenter.
Declaration
protected override Shape Presenter { get; }
Property Value
System.Windows.Shapes.Shape
The presenter. |
Overrides
Value
Gets or sets the value.
Declaration
public object Value { get; set; }
Property Value
System.Object
The value. |
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()