Class SparkAnnotation
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public abstract class SparkAnnotation : UISparkElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISparkElementPresenter, IStylableElement, IStylableNode, IShapedElement
Constructors
SparkAnnotation()
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(UISparkElement)
Occurs when the annotation has been successfully attached to its owning SparkView instance.
Declaration
protected override void OnAttached(UISparkElement parent)
Parameters
UISparkElement
parent
|
Overrides
OnDettached()
Occurs when the annotation has been successfully detached from its owning SparkView instance.
Declaration
protected override void OnDettached()
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|