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 |
---|---|
|
C# | |
---|---|
[DescriptionAttribute("Polyline annotation path points collection class, used at design-time only.")] [DefaultMemberAttribute("Item")] public class AnnotationPathPointCollection : CollectionBase |
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
System.Object
System.Collections.CollectionBase
Dundas.Charting.WebControl.AnnotationPathPointCollection
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
Reference
AnnotationPathPointCollection MembersDundas.Charting.WebControl Namespace
PathPoints Property