AnnotationPathPoint Class
.NET Framework 4.5
Represents a path point of a PolylineAnnotation or PolygonAnnotation, which is stored in their PathPoints property.
System.Object
System.Web.UI.DataVisualization.Charting.ChartElement
System.Web.UI.DataVisualization.Charting.AnnotationPathPoint
System.Web.UI.DataVisualization.Charting.ChartElement
System.Web.UI.DataVisualization.Charting.AnnotationPathPoint
Assembly: System.Web.DataVisualization (in System.Web.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 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.