ChartAnnotation
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
Initializes a new instance of the ChartAnnotation class.
public ChartAnnotation()
Fields
public static readonly RadProperty ClipToPlotAreaProperty
public static readonly RadProperty DrawModeProperty
public static readonly RadProperty PositionOffsetProperty
Properties
Gets or sets a value indicating whether this instance will be clipped to the bounds of the plot area.
public bool ClipToPlotArea { get; set; }
Gets or sets a value indicating the position of the annotation in the chart draw stack.
public AnnotationDrawMode DrawMode { get; set; }
Gets or sets the offset of the label of the annotations in pixels.
public SizeF PositonOffset { get; set; }
Methods
Occurs when the annotation has been successfully attached to its owning ChartView instance.
protected override void OnAttached(UIChartElement parent)
Overrides:
Occurs when the annotation has been successfully detached from its owning ChartView instance.
protected override void OnDettached()
Overrides: