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


The following tables list the members exposed by PolygonAnnotation.

Public Constructors

  Name Description
Public Constructor PolygonAnnotation Constructor Default public constructor.  
Top

Public Properties

  Name Description
Public Property Alignment Not applicable to this annotation type. (Inherited from PolylineAnnotation)
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 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's background 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 Gets or sets the name of the chart area an annotation is clipped to. (Inherited from Annotation)
Public Property EndCap Overridden.  Not applicable to this annotation type.  
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 Gets or sets an annotation's line color. (Inherited from Annotation)
Public Property LineStyle Gets or sets an annotation's line style. (Inherited from Annotation)
Public Property LineWidth Gets or sets an annotation's line width. (Inherited from Annotation)
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 Path Gets or sets the path points of the polyline at run-time. (Inherited from PolylineAnnotation)
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 StartCap Overridden.  Not applicable to this annotation type.  
Public Property Tag Gets or sets an object associated with an annotation. (Inherited from Annotation)
Public Property TextColor Not applicable to this annotation type. (Inherited from PolylineAnnotation)
Public Property TextFont Not applicable to this annotation type. (Inherited from PolylineAnnotation)
Public Property TextStyle Not applicable to this annotation type. (Inherited from PolylineAnnotation)
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.   
Public Method GetAnnotationGroup Gets the group, if any, the annotation belongs to. (Inherited from Annotation)
Public Method Paint Paints an annotation object on the specified graphics. (Inherited from PolylineAnnotation)
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