ChartImageAnnotation Members

Include Protected Members
Include Inherited Members

Represents an image annotation in a chart.

The ChartImageAnnotation type exposes the following members.

Constructors

  Name Description
Public method ChartImageAnnotation() Initializes a new instance of the ChartImageAnnotation class.
Public method ChartImageAnnotation(IPropertyStore) Initializes a new instance of the ChartImageAnnotation 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. (Inherited from ChartAnnotation.)
Public property Alignment The alignment of the annotation. (Inherited from ChartAnnotation.)
Public property AnchorAlignment The alignment of the annotation anchor. (Inherited from ChartAnnotation.)
Public property AnchorOffsetX The X offset of the annotation anchor. (Inherited from ChartAnnotation.)
Public property AnchorOffsetY The Y offset of the annotation anchor. (Inherited from ChartAnnotation.)
Public property AnchorX The X coordinate of the annotation anchor. (Inherited from ChartAnnotation.)
Public property AnchorY The Y coordinate of the annotation anchor. (Inherited from ChartAnnotation.)
Public property CategoryAxisName The name of the category axis to use for placing the annotation. (Inherited from ChartAnnotation.)
Public property ChartSmartLabel The smart label properties of the annotation. (Inherited from ChartAnnotation.)
Public property ClipToChartArea The chart area inside which to clip the annotation. (Inherited from ChartAnnotation.)
Public property Height The height of the annotation. (Inherited from ChartAnnotation.)
Public property Name The name of the annotation. (Inherited from ChartAnnotation.)
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. (Inherited from ChartAnnotation.)
Public property Site Infrastructure. (Inherited from ReportObject.)
Public property Style The annotation style. (Inherited from ChartAnnotation.)
Public property ToolTip The tooltip for the annotation. (Inherited from ChartAnnotation.)
Public property ValueAxisName The name of the value axis to use for placing the annotation. (Inherited from ChartAnnotation.)
Public property Visible Indicates whether the annotation is visible. (Inherited from ChartAnnotation.)
Public property Width The annotation width. (Inherited from ChartAnnotation.)
Public property X The X coordinate of the annotation. (Inherited from ChartAnnotation.)
Public property Y The Y coordinate of the annotation. (Inherited from ChartAnnotation.)

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