ClassCartesianGridLineAnnotation
Allows you to place a straight line at a specific place in your RadCartesianChart.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class CartesianGridLineAnnotation : CartesianStrokedAnnotation, IChartElementPresenter, IElementPresenter
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartAnnotationCartesianChartAnnotationCartesianStrokedAnnotationCartesianGridLineAnnotation
Implements:
Inherited Members
Constructors
CartesianGridLineAnnotation()
Initializes a new instance of the CartesianGridLineAnnotation class.
Declaration
public CartesianGridLineAnnotation()
Fields
AxisProperty
Identifies the Axis dependency property.
Declaration
public static readonly DependencyProperty AxisProperty
Field Value
DependencyProperty
ValueProperty
Identifies the Value dependency property.
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
DependencyProperty
Properties
Axis
Gets or sets the axis.
Declaration
public CartesianAxis Axis { get; set; }
Property Value
The axis.
Presenter
Gets the presenter.
Declaration
protected override Shape Presenter { get; }
Property Value
Shape
The presenter.
Overrides
Methods
ApplyTemplateCore()
Initializes the render surface template part.
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides
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