AnnotationPathPointCollection is a collection of polyline annotation path points, and is only available via the PathPoints property at design-time.
Visual Basic (Declaration) | |
---|---|
Public Class AnnotationPathPointCollection Inherits CollectionBase |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class AnnotationPathPointCollection : CollectionBase |
This collection is used at design-time only, and uses serialization to expose the shape of the polyline and polygon using their PathPoints collection property.
At run-time use Path property to set the path of a polyline or polygon.
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