Class PolarAxisGridLineAnnotation
Allows you to place am ellipse at a specific place in your RadCartesianChart. This annotation uses the PolarAxis.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class PolarAxisGridLineAnnotation : PolarStrokedAnnotation, IChartElementPresenterWithMargin, IChartElementPresenter
Constructors
PolarAxisGridLineAnnotation()
Initializes a new instance of the PolarAxisGridLineAnnotation class.
Declaration
public PolarAxisGridLineAnnotation()
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 double Value { get; set; }
Property Value
System.Double
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()