Allows you to place a straight line at a specific place in your RadCartesianChart.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class CartesianGridLineAnnotation : CartesianStrokedAnnotation, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartAnnotationCartesianChartAnnotationCartesianStrokedAnnotationCartesianGridLineAnnotation...
Implements:
Inherited Members
Constructors
Initializes a new instance of the CartesianGridLineAnnotation class.
public CartesianGridLineAnnotation()
Fields
AxisProperty
DependencyProperty
Identifies the Axis dependency property.
public static readonly DependencyProperty AxisProperty
ValueProperty
DependencyProperty
Identifies the Value dependency property.
public static readonly DependencyProperty ValueProperty
Properties
Gets or sets the axis.
public CartesianAxis Axis { get; set; }
The axis.
Presenter
Shape
Gets the presenter.
protected override Shape Presenter { get; }
The presenter.
Overrides:
Methods
When overridden in a derived class, is invoked whenever application code or internal processes call .
public override void OnApplyTemplate()
Overrides:
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.
Overrides: