New to Telerik UI for WPFStart a free 30-day trial

This is the base class for all chart annotations.

Definition

Constructors

C#
protected ChartAnnotation()

Fields

ClipToPlotAreaProperty

DependencyProperty

Identifies the ClipToPlotArea dependency property.

C#
public static readonly DependencyProperty ClipToPlotAreaProperty

Properties

Gets or sets a value indicating whether this instance will be clipped to the bounds of the plot area.

C#
public bool ClipToPlotArea { get; set; }

Methods

When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call . In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks.

C#
public override void OnApplyTemplate()

Overrides: PresenterBase.OnApplyTemplate()

Occurs when the presenter has been successfully attached to its owning RadChartBase instance.

C#
protected override void OnAttached()

Overrides: ChartElementPresenter.OnAttached()

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

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

The type-specific AutomationPeer implementation.

Occurs when the presenter has been successfully detached from its owning RadChartBase instance.

C#
protected override void OnDetached(RadChartBase oldChart)
Parameters:oldChartRadChartBase

Overrides: ChartElementPresenter.OnDetached(RadChartBase)