Share via


ChartAnnotation Members

Include Protected Members
Include Inherited Members

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Represents a chart annotation.

The ChartAnnotation type exposes the following members.

Constructors

  Name Description
Public method ChartAnnotation() Initializes a new instance of the ChartAnnotation class.
Public method ChartAnnotation(IPropertyStore) Initializes a new instance of the ChartAnnotation class.

Top

Methods

  Name Description
Public method DeepClone() Returns a deep clone of this ReportObject instance. (Inherited from ReportObject.)
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetAncestor<T>() The ancestor of this report object. (Inherited from ReportObject.)
Public method GetContainingDataScopes() The containing data scopes. (Inherited from ReportObject.)
Protected method GetDataScopesForDefaultImpl(IContainedObject) Infrastructure. (Inherited from ReportObject.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Public method Initialize() Infrastructure. (Inherited from ReportObject.)
Protected method InitializeForDesigner() Infrastructure. (Inherited from ReportObject.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method OnChildPropertyChanged(Int32, Object, Object) Infrastructure. (Inherited from ReportObject.)
Protected method OnPropertyChanged(Int32, Object, Object) Infrastructure. (Inherited from ReportObject.)
Protected method SavePropertyValue<T>(String, T, ReportObject.SwapValue<T>) Infrastructure. (Inherited from ReportObject.)
Public method ToString() (Inherited from Object.)
Protected method WrapPropertyStore(IPropertyStore) Infrastructure. (Inherited from ReportObject.)

Top

Properties

  Name Description
Public property ActionInfo The actions and the action style of the annotation.
Public property Alignment The alignment of the annotation.
Public property AnchorAlignment The alignment of the annotation anchor.
Public property AnchorOffsetX The X offset of the annotation anchor.
Public property AnchorOffsetY The Y offset of the annotation anchor.
Public property AnchorX The X coordinate of the annotation anchor.
Public property AnchorY The Y coordinate of the annotation anchor.
Public property CategoryAxisName The name of the category axis to use for placing the annotation.
Public property ChartSmartLabel The smart label properties of the annotation.
Public property ClipToChartArea The chart area inside which to clip the annotation.
Public property Height The height of the annotation.
Public property Name The name of the annotation.
Public property Parent The parent of this report object. (Inherited from ReportObjectBase.)
Public property PropertyStore The property store. (Inherited from ReportObjectBase.)
Public property RelativeSize Indicates whether the annotation size is relative to the component to which it is clipped.
Public property Site Infrastructure. (Inherited from ReportObject.)
Public property Style The annotation style.
Public property ToolTip The tooltip for the annotation.
Public property ValueAxisName The name of the value axis to use for placing the annotation.
Public property Visible Indicates whether the annotation is visible.
Public property Width The annotation width.
Public property X The X coordinate of the annotation.
Public property Y The Y coordinate of the annotation.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IDisposable.Dispose() (Inherited from ReportObject.)
Explicit interface implemetationPrivate event IComponent.Disposed (Inherited from ReportObject.)

Top