Class CartesianGridLineAnnotation
Allows you to place a straight line at a specific place in your RadCartesianChart.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class CartesianGridLineAnnotation : CartesianStrokedAnnotation, IChartElementPresenterWithMargin, IChartElementPresenter
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
System.Windows.DependencyProperty
|
ValueProperty
Identifies the Value dependency property.
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Axis
Gets or sets the axis.
Declaration
public CartesianAxis Axis { get; set; }
Property Value
CartesianAxis
The axis. |
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()