Dundas.SharePoint.Charting.WebParts Send comments on this topic.
AnnotationGroup Class Members
See Also  Properties  Methods 
Dundas.Charting.WebControl Namespace : AnnotationGroup Class


The following tables list the members exposed by AnnotationGroup.

Public Constructors

  Name Description
Public Constructor AnnotationGroup Constructor Default public constructor.  
Top

Public Properties

  Name Description
Public Property Alignment Overridden.  Gets or sets an annotation's content alignment.  
Public Property AnchorAlignment Gets or sets an annotation position's alignment to the anchor point. (Inherited from Annotation)
Public Property AnchorDataPoint Gets or sets the data point an annotation is anchored to. (Inherited from Annotation)
Public Property AnchorOffsetX Gets or sets an annotation X position's offset from the anchor point. (Inherited from Annotation)
Public Property AnchorOffsetY Gets or sets an annotation Y position's offset from the anchor point. (Inherited from Annotation)
Public Property AnchorX Gets or sets the X coordinate the annotation is anchored to. (Inherited from Annotation)
Public Property AnchorY Gets or sets the Y coordinate the annotation is anchored to. (Inherited from Annotation)
Public Property Annotations Gets the collection of annotations in the group.  
Public Property AxisX Gets or sets the X axis an annotation is attached to. (Inherited from Annotation)
Public Property AxisY Gets or sets the Y axis an annotation is attached to. (Inherited from Annotation)
Public Property BackColor Overridden.  Gets or sets an annotation's background color.  
Public Property BackGradientEndColor Overridden.  Gets or sets an annotation background's secondary color.  
Public Property BackGradientType Overridden.  Gets or sets an annotation's background gradient style.  
Public Property BackHatchStyle Overridden.  Gets or sets an annotation's background hatch style.  
Public Property Bottom Gets or sets an annotation position's bottom boundary. (Inherited from Annotation)
Public Property ClipToChartArea Overridden.  Gets or sets the name of the chart area the annotation is clipped to.  
Public Property Height Gets or sets an annotation's height. (Inherited from Annotation)
Public Property Href Gets or sets an annotation's Href. (Inherited from Annotation)
Public Property LineColor Overridden.  Gets or sets an annotation's line color.  
Public Property LineStyle Overridden.  Gets or sets an annotation's line style.  
Public Property LineWidth Overridden.  Gets or sets an annotation's line width.  
Public Property MapAreaAttributes Gets or sets an annotation's map area attributes. (Inherited from Annotation)
Public Property Name Gets or sets an annotation's unique name. (Inherited from Annotation)
Public Property Right Gets or sets an annotation position's right boundary. (Inherited from Annotation)
Public Property Selected Overridden.  Gets or sets a flag that specifies whether the annotation is selected.  
Public Property ShadowColor Overridden.  Gets or sets an annotation's shadow color.  
Public Property ShadowOffset Overridden.  Gets or sets an annotation's shadow size.  
Public Property SizeAlwaysRelative Overridden.  Gets or sets a flag that specifies whether the annotation size is always defined in relative chart coordinates.  
Public Property SmartLabels Gets or sets the smart labels style of an annotation. (Inherited from Annotation)
Public Property Tag Gets or sets an object associated with an annotation. (Inherited from Annotation)
Public Property TextColor Overridden.  Gets or sets an annotation's text color.  
Public Property TextFont Overridden.  Gets or sets an annotation's text font.  
Public Property TextStyle Overridden.  Gets or sets an annotation's text style.  
Public Property ToolTip Gets or sets an annotation's tooltip text. (Inherited from Annotation)
Public Property Visible Overridden.  Gets or sets a flag that specifies whether the annotation is visible.  
Public Property Width Gets or sets an annotation's width. (Inherited from Annotation)
Public Property X Gets or sets the X coordinate of an annotation. (Inherited from Annotation)
Public Property Y Gets or sets the Y coordinate of the annotation. (Inherited from Annotation)
Top

Public Methods

  Name Description
Public Method Anchor Overloaded.  Anchors an annotation to a data point. (Inherited from Annotation)
Public Method BringToFront Brings an annotation to the front of all annotations. (Inherited from Annotation)
Public Method Delete Deletes a chart annotation from the Annotations collection. (Inherited from Annotation)
Public Method Dispose Overloaded.  (Inherited from Annotation)
Public Method GetAnnotationGroup Gets the group, if any, the annotation belongs to. (Inherited from Annotation)
Public Method Paint Overridden.  Paints an annotation object using the specified graphics.  
Public Method ResizeToContent Resizes an annotation according to it's content size. (Inherited from Annotation)
Public Method SendToBack Sends an annotation to the back of all annotations. (Inherited from Annotation)
Top

See Also