ImageAnnotation Class
.NET Framework 4.5
Represents an image annotation.
System::Object
System.Web.UI.DataVisualization.Charting::ChartElement
System.Web.UI.DataVisualization.Charting::ChartNamedElement
System.Web.UI.DataVisualization.Charting::Annotation
System.Web.UI.DataVisualization.Charting::ImageAnnotation
System.Web.UI.DataVisualization.Charting::ChartElement
System.Web.UI.DataVisualization.Charting::ChartNamedElement
System.Web.UI.DataVisualization.Charting::Annotation
System.Web.UI.DataVisualization.Charting::ImageAnnotation
Namespace: System.Web.UI.DataVisualization.Charting
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
The ImageAnnotation type exposes the following members.
Name | Description | |
---|---|---|
![]() | Alignment | Gets or sets the alignment of the annotation image. (Overrides Annotation::Alignment.) |
![]() | AnchorAlignment | Gets or sets the position alignment of an annotation to the anchor point. (Inherited from Annotation.) |
![]() | AnchorDataPoint | Gets or sets the data point to which an annotation is anchored. (Inherited from Annotation.) |
![]() | AnchorDataPointName | Infrastructure. Gets or sets the name of a data point to which an annotation is anchored. (Inherited from Annotation.) |
![]() | AnchorOffsetX | Gets or sets the offset from the anchor point for the X position of an annotation. (Inherited from Annotation.) |
![]() | AnchorOffsetY | Gets or sets the offset from the anchor point for the Y position of an annotation. (Inherited from Annotation.) |
![]() | AnchorX | Gets or sets the X coordinate to which the annotation is anchored. (Inherited from Annotation.) |
![]() | AnchorY | Gets or sets the Y coordinate to which the annotation is anchored. (Inherited from Annotation.) |
![]() | AnnotationGroup | Infrastructure. Gets the group, if any, in which the annotation belongs to. (Inherited from Annotation.) |
![]() | AnnotationType | Infrastructure. Gets the annotation type name. (Overrides Annotation::AnnotationType.) |
![]() | AxisX | Gets or sets the X axis to which an annotation is attached. (Inherited from Annotation.) |
![]() | AxisXName | Infrastructure. Gets or sets the name of the X axis which an annotation is attached to. (Inherited from Annotation.) |
![]() | AxisY | Gets or sets the Y axis which an annotation is attached to. (Inherited from Annotation.) |
![]() | AxisYName | Infrastructure. Gets or sets the name of the Y axis which an annotation is attached to. (Inherited from Annotation.) |
![]() | BackColor | This property is not applicable to the image annotation type. (Overrides Annotation::BackColor.) |
![]() | BackGradientStyle | This property is not applicable to the image annotation type. (Overrides Annotation::BackGradientStyle.) |
![]() | BackHatchStyle | This property is not applicable to the image annotation type. (Overrides Annotation::BackHatchStyle.) |
![]() | BackSecondaryColor | This property is not applicable to the image annotation type. (Overrides Annotation::BackSecondaryColor.) |
![]() | Bottom | Gets or sets the bottom boundary of an annotation position. (Inherited from Annotation.) |
![]() | ClipToChartArea | Gets or sets the name of the chart area to which an annotation is clipped. (Inherited from Annotation.) |
![]() | Font | This property is not applicable to the image annotation type. (Overrides Annotation::Font.) |
![]() | ForeColor | This property is not applicable to the image annotation type. (Overrides Annotation::ForeColor.) |
![]() | Height | Gets or sets the height of an annotation. (Inherited from Annotation.) |
![]() | Image | Gets or sets the name of the annotation image. |
![]() | ImageTransparentColor | Gets or sets a color that will be replaced with a transparent color when the image is drawn. |
![]() | ImageWrapMode | Gets or sets the drawing mode of the image. |
![]() | IsSelected | Gets or sets a flag that determines if an annotation is selected. (Inherited from Annotation.) |
![]() | IsSizeAlwaysRelative | Gets or sets a flag that specifies whether the size of an annotation is always defined in relative chart coordinates. (Inherited from Annotation.) |
![]() | LineColor | This property is not applicable to the image annotation type. (Overrides Annotation::LineColor.) |
![]() | LineDashStyle | This property is not applicable to the image annotation type. (Overrides Annotation::LineDashStyle.) |
![]() | LineWidth | This property is not applicable to the image annotation type. (Overrides Annotation::LineWidth.) |
![]() | MapAreaAttributes | Gets or sets the map area attributes of an annotation. (Inherited from Annotation.) |
![]() | Name | Gets or sets the unique name of an annotation. (Inherited from Annotation.) |
![]() | PostBackValue | Gets or sets the postback value which can be processed on the Click event. (Inherited from Annotation.) |
![]() | Right | Gets or sets the right boundary position of an annotation. (Inherited from Annotation.) |
![]() | ShadowColor | Gets or sets the color of an annotation's shadow. (Inherited from Annotation.) |
![]() | ShadowOffset | Gets or sets the size of an annotation's shadow. (Inherited from Annotation.) |
![]() | SmartLabelStyle | Gets or sets the smart label style of an annotation. (Inherited from Annotation.) |
![]() | Tag | Gets or sets an object associated with this chart element. (Inherited from ChartElement.) |
![]() | TextStyle | Gets or sets the text style of the annotation. (Overrides Annotation::TextStyle.) |
![]() | ToolTip | Gets or sets the tooltip text for an annotation. (Inherited from Annotation.) |
![]() | Url | Gets or sets the URL of an annotation. (Inherited from Annotation.) |
![]() | Visible | Gets or sets a flag that specifies whether an annotation is visible. (Inherited from Annotation.) |
![]() | Width | Gets or sets the width, in pixels, of an annotation. (Inherited from Annotation.) |
![]() | X | Gets or sets the X coordinate of an annotation. (Inherited from Annotation.) |
![]() | Y | Gets or sets the Y coordinate of the annotation. (Inherited from Annotation.) |
![]() | YAxisName | Infrastructure. Gets or sets the name of the Y axis which an annotation is attached to. (Inherited from Annotation.) |
Name | Description | |
---|---|---|
![]() | BringToFront | Brings an annotation to the front of all annotations. (Inherited from Annotation.) |
![]() | Dispose() | Releases the resources used by the ChartElement. (Inherited from ChartElement.) |
![]() | Dispose(Boolean) | Releases unmanaged resources and, optionally, managed resources. (Inherited from Annotation.) |
![]() | Equals | Determines whether the specified Object is equal to the current ChartElement. (Inherited from ChartElement.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Returns a hash function for a particular type. (Inherited from ChartElement.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ResizeToContent | Resizes an annotation according to its content size. (Inherited from Annotation.) |
![]() | SendToBack | Sends an annotation to the back of all the annotations. (Inherited from Annotation.) |
![]() | SetAnchor(DataPoint) | Anchors an annotation to the specified data point. (Inherited from Annotation.) |
![]() | SetAnchor(DataPoint, DataPoint) | Anchors an annotation to two data points. (Inherited from Annotation.) |
![]() | ToString | Returns a string that represents the current Object. (Inherited from ChartElement.) |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.