Class
CartesianGridLineAnnotation

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:

cs-api-definition
public class CartesianGridLineAnnotation : CartesianStrokedAnnotation, IChartElementPresenter

Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartAnnotationCartesianChartAnnotationCartesianStrokedAnnotationCartesianGridLineAnnotation

Implements: IChartElementPresenter

Inherited Members CartesianStrokedAnnotation.StrokePropertyCartesianStrokedAnnotation.StrokeThicknessPropertyCartesianStrokedAnnotation.DashArrayPropertyCartesianStrokedAnnotation.LabelPropertyCartesianStrokedAnnotation.LabelDefinitionPropertyCartesianStrokedAnnotation.StrokeCartesianStrokedAnnotation.StrokeThicknessCartesianStrokedAnnotation.DashArrayCartesianStrokedAnnotation.LabelCartesianStrokedAnnotation.LabelDefinitionCartesianStrokedAnnotation.IsStrokeInsetChartAnnotation.ClipToPlotAreaPropertyChartAnnotation.OnAttached()ChartAnnotation.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

CartesianGridLineAnnotation()

Initializes a new instance of the CartesianGridLineAnnotation class.

Declaration

cs-api-definition
public CartesianGridLineAnnotation()

Fields

AxisProperty

Identifies the Axis dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty AxisProperty

Field Value

DependencyProperty

ValueProperty

Identifies the Value dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ValueProperty

Field Value

DependencyProperty

Properties

Axis

Gets or sets the axis.

Declaration

cs-api-definition
public CartesianAxis Axis { get; set; }

Property Value

CartesianAxis

The axis.

Presenter

Gets the presenter.

Declaration

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

Property Value

Shape

The presenter.

Overrides CartesianStrokedAnnotation.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()