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


AnnotationPathPointCollection is a collection of polyline annotation path points, and is only available via the PathPoints property at design-time.

Object Model

Syntax

Visual Basic (Declaration)  
<DescriptionAttribute("Polyline annotation path points collection class, used at design-time only.")>
<DefaultMemberAttribute("Item")>
Public Class AnnotationPathPointCollection 
   Inherits CollectionBase
Visual Basic (Usage) Copy Code
Dim instance As AnnotationPathPointCollection
C#  
[DescriptionAttribute("Polyline annotation path points collection class, used at design-time only.")]
[DefaultMemberAttribute("Item")]
public class AnnotationPathPointCollection : CollectionBase 

Remarks

This collection is used AT DESIGN-TIME ONLY, and uses serialization to expose the shape of the polyline and polygon via their PathPoints colelction property.

At run-time use Path property to set the path of a polyline or polygon

Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      Dundas.Charting.WebControl.AnnotationPathPointCollection

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also