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


The following tables list the members exposed by CalloutAnnotation.

Public Constructors

  Name Description
Public Constructor CalloutAnnotation Constructor Default public constructor.  
Top

Public Properties

  Name Description
Public Property Alignment Gets or sets an annotation's content alignment. (Inherited from Annotation)
Public Property AnchorAlignment Overridden.  Gets or sets annotation position alignment to the anchor point.  
Public Property AnchorDataPoint Gets or sets the data point an annotation is anchored to. (Inherited from Annotation)
Public Property AnchorOffsetX Overridden.  Gets or sets annotation X position offset from the anchor point.  
Public Property AnchorOffsetY Overridden.  Gets or sets annotation Y position offset from the anchor point.  
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 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 annotation background color.  
Public Property BackGradientEndColor Overridden.  Gets or sets annotation background secondary color.  
Public Property BackGradientType Overridden.  Gets or sets annotation background gradient style.  
Public Property BackHatchStyle Overridden.  Gets or sets annotation background hatch style.  
Public Property Bottom Gets or sets an annotation position's bottom boundary. (Inherited from Annotation)
Public Property CalloutAnchorCap Gets or sets callout line anchor cap.  
Public Property CalloutStyle Gets or sets annotation calout style.  
Public Property ClipToChartArea Gets or sets the name of the chart area an annotation is clipped to. (Inherited from Annotation)
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 annotation line color.  
Public Property LineStyle Overridden.  Gets or sets annotation line style.  
Public Property LineWidth Overridden.  Gets or sets annotation line width.  
Public Property MapAreaAttributes Gets or sets an annotation's map area attributes. (Inherited from Annotation)
Public Property Multiline Indicates that the annotation text is multiline. (Inherited from TextAnnotation)
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 Gets or sets a flag that determines if an annotation is selected. (Inherited from Annotation)
Public Property ShadowColor Gets or sets an annotation's shadow color. (Inherited from Annotation)
Public Property ShadowOffset Gets or sets an annotation shadow's size. (Inherited from Annotation)
Public Property SizeAlwaysRelative Gets or sets a flag that specifies whether an annotation's size is always defined in relative chart coordinates. (Inherited from Annotation)
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 Text Annotation's text. (Inherited from TextAnnotation)
Public Property TextColor Gets or sets an annotation's text color. (Inherited from Annotation)
Public Property TextFont Annotation text's font. (Inherited from TextAnnotation)
Public Property TextStyle Gets or sets an annotation's text style. (Inherited from Annotation)
Public Property ToolTip Gets or sets an annotation's tooltip text. (Inherited from Annotation)
Public Property Visible Gets or sets a flag that specifies whether an annotation is visible. (Inherited from Annotation)
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 annotation object on 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)
Public Method ToString Overridden.   
Top

See Also