Dundas Chart for ASP.NET
AnnotationPathPointCollection Class
Members  See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace : AnnotationPathPointCollection Class


 AnnotationPathPointCollection is a collection of polyline annotation path points, and is available using the PathPoints property.
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)  
Public Class AnnotationPathPointCollection 
   Inherits CollectionBase
Visual Basic (Usage) Copy Code
Dim instance As AnnotationPathPointCollection
C#  
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 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

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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.