AnnotationGroup Class
Represents a group of annotations.
Assembly: System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)
System.Windows.Forms.DataVisualization.Charting::ChartElement
System.Windows.Forms.DataVisualization.Charting::ChartNamedElement
System.Windows.Forms.DataVisualization.Charting::Annotation
System.Windows.Forms.DataVisualization.Charting::AnnotationGroup
| Name | Description | |
|---|---|---|
![]() | AnnotationGroup() | Initializes a new instance of the AnnotationGroup class. |
| Name | Description | |
|---|---|---|
![]() | Alignment | Gets or sets the content alignment of an annotation.(Overrides Annotation::Alignment.) |
![]() | AllowAnchorMoving | Gets or sets a flag that specifies whether an annotation anchor may be moved with a mouse by the end user.(Overrides Annotation::AllowAnchorMoving.) |
![]() | AllowMoving | Gets or sets a flag that specifies whether an annotation may be moved with a mouse by the end user.(Overrides Annotation::AllowMoving.) |
![]() | AllowPathEditing | Gets or sets a flag that specifies whether the points of a polygon annotation may be moved with a mouse by the end user.(Overrides Annotation::AllowPathEditing.) |
![]() | AllowResizing | Gets or sets a flag that specifies whether an annotation may be resized with a mouse by the end user.(Overrides Annotation::AllowResizing.) |
![]() | AllowSelecting | Gets or sets a flag that specifies whether an annotation may be selected with a mouse by the end user.(Overrides Annotation::AllowSelecting.) |
![]() | AllowTextEditing | Gets or sets a flag that specifies whether an annotation's text may be edited when the end user double clicks the text.(Overrides Annotation::AllowTextEditing.) |
![]() | AnchorAlignment | Gets or sets the 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 | This API supports the product infrastructure and is not intended to be used directly from your code. 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 | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the group, if any, to which the annotation belongs.(Inherited from Annotation.) |
![]() | Annotations | Gets the collection of annotations in the group. |
![]() | AnnotationType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the annotation type. (Overrides Annotation::AnnotationType.) |
![]() | AxisX | Gets or sets the X axis to which an annotation is attached.(Inherited from Annotation.) |
![]() | AxisXName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the X axis to which an annotation is attached. (Inherited from Annotation.) |
![]() | AxisY | Gets or sets the Y axis to which an annotation is attached.(Inherited from Annotation.) |
![]() | AxisYName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the Y axis which an annotation is attached to.(Inherited from Annotation.) |
![]() | BackColor | Gets or sets the background color of an annotation.(Overrides Annotation::BackColor.) |
![]() | BackGradientStyle | Gets or sets the background gradient style of an annotation.(Overrides Annotation::BackGradientStyle.) |
![]() | BackHatchStyle | Gets or sets the hatch style of an annotation background.(Overrides Annotation::BackHatchStyle.) |
![]() | BackSecondaryColor | Gets or sets the secondary color for the background of an annotation.(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 the annotation is clipped.(Overrides Annotation::ClipToChartArea.) |
![]() | Font | Gets or sets the font to use for the text of an annotation.(Overrides Annotation::Font.) |
![]() | ForeColor | Gets or sets the text color for an annotation.(Overrides Annotation::ForeColor.) |
![]() | Height | Gets or sets the height of an annotation.(Inherited from Annotation.) |
![]() | IsSelected | Gets or sets a flag that determines if an annotation is selected.(Overrides Annotation::IsSelected.) |
![]() | IsSizeAlwaysRelative | Gets or sets a flag that specifies whether the size of an annotation is always defined in relative chart coordinates.(Overrides Annotation::IsSizeAlwaysRelative.) |
![]() | LineColor | Gets or sets the line color of the annotation.(Overrides Annotation::LineColor.) |
![]() | LineDashStyle | Gets or sets the line style of the annotation.(Overrides Annotation::LineDashStyle.) |
![]() | LineWidth | Gets or sets the line width, in pixels, of the annotation.(Overrides Annotation::LineWidth.) |
![]() | Name | Gets or sets the unique name of an annotation.(Inherited from Annotation.) |
![]() | Right | Gets or sets the right boundary position of an annotation.(Inherited from Annotation.) |
![]() | ShadowColor | Gets or sets the color of the annotation's shadow.(Overrides Annotation::ShadowColor.) |
![]() | ShadowOffset | Gets or sets the size of the annotation's shadow.(Overrides Annotation::ShadowOffset.) |
![]() | 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 an annotation.(Overrides Annotation::TextStyle.) |
![]() | ToolTip | Gets or sets the tooltip text for an annotation.(Inherited from Annotation.) |
![]() | Visible | Gets or sets a flag that indicates whether the annotation is visible.(Overrides Annotation::Visible.) |
![]() | 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 | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the Y axis to which an annotation is attached.(Inherited from Annotation.) |
| Name | Description | |
|---|---|---|
![]() | BeginPlacement() | Begins the end user placement of an annotation using the mouse.(Inherited from Annotation.) |
![]() | 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 and, optionally, managed resources.(Overrides Annotation::Dispose(Boolean).) |
![]() | EndPlacement() | Ends the end user placement of an annotation.(Inherited from Annotation.) |
![]() | Equals(Object^) | 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() | |
![]() | MemberwiseClone() | |
![]() | 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.) |
The AnnotationGroup class represents a collection of annotations. This class can be used to manipulate annotations relative to each other.
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


