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


The following tables list the members exposed by PolylineAnnotation.

Public Constructors

  Name Description
Public Constructor PolylineAnnotation Constructor Default public constructor.  
Top

Public Properties

  Name Description
Public Property Alignment Overridden.  Not applicable to this annotation type.  
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.  Not applicable to this annotation type.  
Public Property BackGradientEndColor Overridden.  Not applicable to this annotation type.  
Public Property BackGradientType Overridden.  Not applicable to this annotation type.  
Public Property BackHatchStyle Overridden.  Not applicable to this annotation type.  
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 Gets or sets a cap style used at the end of the annotation line.  
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.  
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 Gets or sets a cap style used at the start of the annotation line.  
Public Property Tag Gets or sets an object associated with an annotation. (Inherited from Annotation)
Public Property TextColor Overridden.  Not applicable to this annotation type.  
Public Property TextFont Overridden.  Not applicable to this annotation type.  
Public Property TextStyle Overridden.  Not applicable to this annotation type.  
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 Overridden.  Paints an annotation object on 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