AnnotationPathPoint Class
Represents a path point of a PolylineAnnotation or PolygonAnnotation, which is stored in their PathPoints property.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
System.Web.UI.DataVisualization.Charting::ChartElement
System.Web.UI.DataVisualization.Charting::AnnotationPathPoint
| 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(Object^) | 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() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current Object.(Inherited from ChartElement.) |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


