Class ChartAnnotation
This is the base class for all chart annotations.
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public abstract class ChartAnnotation : ChartElementPresenter, IChartElementPresenterWithMargin, IChartElementPresenter
Constructors
ChartAnnotation()
Declaration
protected ChartAnnotation()
Fields
ClipToPlotAreaProperty
Identifies the Clip
Declaration
public static readonly DependencyProperty ClipToPlotAreaProperty
Field Value
System.
|
Properties
ClipToPlotArea
Gets or sets a value indicating whether this instance will be clipped to the bounds of the plot area.
Declaration
public bool ClipToPlotArea { get; set; }
Property Value
System.
|
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.
Declaration
public override void OnApplyTemplate()
Overrides
OnAttached()
Occurs when the presenter has been successfully attached to its owning Rad
Declaration
protected override void OnAttached()
Overrides
OnCreateAutomationPeer()
Returns class-specific System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The type-specific System. |
OnDetached(RadChartBase)
Occurs when the presenter has been successfully detached from its owning Rad
Declaration
protected override void OnDetached(RadChartBase oldChart)
Parameters
Rad
|