SparkAnnotation
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public abstract class SparkAnnotation : UISparkElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISparkElementPresenter, IStylableElement, IStylableNode, IShapedElement
Inheritance: objectDisposableObjectRadObjectUISparkElementSparkAnnotation
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the SparkAnnotation class.
public SparkAnnotation()
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 SparkView instance.
protected override void OnAttached(UISparkElement parent)
Overrides:
Occurs when the annotation has been successfully detached from its owning SparkView instance.
protected override void OnDettached()
Overrides:
Raises the RadPropertyChanged event and the standard .NET PropertyChanged event to notify subscribers of property value changes.
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
The RadPropertyChangedEventArgs containing information about the property change.
Overrides: