Class ChartAnnotation
This is the base class for all chart annotations.
Inherited Members
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
Constructors
ChartAnnotation()
Fields
ClipToPlotAreaProperty
DrawModeProperty
PositionOffsetProperty
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.Boolean
|
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
AnnotationDrawMode
|
PositonOffset
Gets or sets the offset of the label of the annotations in pixels.
Declaration
public SizeF PositonOffset { get; set; }
Property Value
System.Drawing.SizeF
|
Methods
OnAttached(UIChartElement)
Occurs when the annotation has been successfully attached to its owning ChartView instance.
Declaration
protected override void OnAttached(UIChartElement parent)
Parameters
UIChartElement
parent
|
Overrides
OnDettached()
Occurs when the annotation has been successfully detached from its owning ChartView instance.
Declaration
protected override void OnDettached()