This documentation is archived and is not being maintained.
AnnotationPathPoint Class
Visual Studio 2010
Represents a path point of a PolylineAnnotation or PolygonAnnotation, which is stored in their PathPoints property.
System::Object
System.Windows.Forms.DataVisualization.Charting::ChartElement
System.Windows.Forms.DataVisualization.Charting::AnnotationPathPoint
System.Windows.Forms.DataVisualization.Charting::ChartElement
System.Windows.Forms.DataVisualization.Charting::AnnotationPathPoint
Assembly: System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)
The AnnotationPathPoint type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AnnotationPathPoint() | Initializes a new instance of the AnnotationPathPoint class. |
![]() | AnnotationPathPoint(Single, Single) | Initializes a new instance of the AnnotationPathPoint class with the specified x and y values. |
![]() | AnnotationPathPoint(Single, Single, Byte) | Initializes a new instance of the AnnotationPathPoint class with the specified x, y and point type values. |
| Name | Description | |
|---|---|---|
![]() | Name | Gets the name for the path point of an annotation. |
![]() | PointType | Gets or sets the type for the path point of an annotation. |
![]() | Tag | Gets or sets an object associated with this chart element. (Inherited from ChartElement.) |
![]() | X | Gets or sets the X coordinate for the path point of an annotation. |
![]() | Y | Gets or sets the Y coordinate for the path point of an annotation. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases the resources used by the ChartElement. (Inherited from ChartElement.) |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the ChartElement and optionally releases the managed resources. (Inherited from ChartElement.) |
![]() | Equals | Determines whether the specified Object is equal to the current ChartElement. (Inherited from ChartElement.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Returns a hash function for a particular type. (Inherited from ChartElement.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current Object. (Inherited from ChartElement.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
