ClassChartAnnotation
This is the base class for all chart annotations.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
public abstract class ChartAnnotation : UIChartElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement
Inheritance: objectDisposableObjectRadObjectUIChartElementChartAnnotation
Derived Classes:
Implements:
Inherited Members
Constructors
ChartAnnotation()
Initializes a new instance of the ChartAnnotation class.
Declaration
public ChartAnnotation()
Fields
ClipToPlotAreaProperty
Declaration
public static readonly RadProperty ClipToPlotAreaProperty
Field Value
DrawModeProperty
Declaration
public static readonly RadProperty DrawModeProperty
Field Value
PositionOffsetProperty
Declaration
public static readonly RadProperty PositionOffsetProperty
Field Value
Properties
ClipToPlotArea
Gets or sets a value indicating whether this instance will be clipped to the bounds of the plot area.
DrawMode
Gets or sets a value indicating the position of the annotation in the chart draw stack.
Declaration
public AnnotationDrawMode DrawMode { get; set; }
Property Value
PositonOffset
Gets or sets the offset of the label of the annotations in pixels.
Methods
OnAttached(UIChartElement)
Occurs when the annotation has been successfully attached to its owning ChartView instance.
Declaration
protected override void OnAttached(UIChartElement parent)
Parameters
parent
Overrides
OnDettached()
Occurs when the annotation has been successfully detached from its owning ChartView instance.
Declaration
protected override void OnDettached()
Overrides