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


The following tables list the members exposed by Annotation.

Public Properties

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

Public Methods

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

See Also