Class
RadialAxisGridLineAnnotation

Allows you to place a straight line at a specific place in your RadCartesianChart. This annotation uses the RadialAxis.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public class RadialAxisGridLineAnnotation : PolarStrokedAnnotation, IChartElementPresenter

Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartAnnotationPolarChartAnnotationPolarStrokedAnnotationRadialAxisGridLineAnnotation

Implements: IChartElementPresenter

Inherited Members PolarStrokedAnnotation.StrokePropertyPolarStrokedAnnotation.StrokeThicknessPropertyPolarStrokedAnnotation.DashArrayPropertyPolarStrokedAnnotation.StrokePolarStrokedAnnotation.StrokeThicknessPolarStrokedAnnotation.DashArrayPolarChartAnnotation.OnAttached()ChartAnnotation.ClipToPlotAreaPropertyChartAnnotation.OnDetached(RadChartBase)ChartAnnotation.ClipToPlotAreaChartElementPresenter.OnPropertyChanged(DependencyPropertyChangedEventArgs)ChartElementPresenter.ZIndexChartElementPresenter.ChartPresenterBase.InfinitySizePresenterBase.InfinityPointPresenterBase.RefreshNode(ChartNode)PresenterBase.InvalidatePalette()PresenterBase.MeasureNodeOverride(ChartNode, object)PresenterBase.RefreshNodeCore(ChartNode)PresenterBase.CreateContentPresenter(object, DataTemplate)PresenterBase.OnInitialized(EventArgs)PresenterBase.RenderSurfaceRadControlBase.OnUnloaded(object, RoutedEventArgs)RadControlBase.OnLoaded(object, RoutedEventArgs)RadControlBase.IsLoadedRadControlBase.IsTemplateApplied

Constructors

RadialAxisGridLineAnnotation()

Initializes a new instance of the RadialAxisGridLineAnnotation class.

Declaration

cs-api-definition
public RadialAxisGridLineAnnotation()

Fields

ValueProperty

Identifies the Value dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ValueProperty

Field Value

DependencyProperty

Properties

Presenter

Gets the presenter.

Declaration

cs-api-definition
protected override Shape Presenter { get; }

Property Value

Shape

The presenter.

Overrides PolarStrokedAnnotation.Presenter

Value

Gets or sets the value.

Declaration

cs-api-definition
public object Value { get; set; }

Property Value

object

The value.

Methods

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call .

Declaration

cs-api-definition
public override void OnApplyTemplate()

Overrides ChartAnnotation.OnApplyTemplate()

OnCreateAutomationPeer()

Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

The type-specific AutomationPeer implementation.

Overrides ChartAnnotation.OnCreateAutomationPeer()