AnnotationPathPoint Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a path point of a PolylineAnnotation or PolygonAnnotation, which is stored in their PathPoints
property.
public ref class AnnotationPathPoint : System::Windows::Forms::DataVisualization::Charting::ChartElement
public class AnnotationPathPoint : System.Windows.Forms.DataVisualization.Charting.ChartElement
type AnnotationPathPoint = class
inherit ChartElement
Public Class AnnotationPathPoint
Inherits ChartElement
- Inheritance
Remarks
At run time, use the PolylineAnnotation.GraphicsPath or PolygonAnnotation.GraphicsPath property to set the path of a polyline or polygon.
Constructors
AnnotationPathPoint() |
Initializes a new instance of the AnnotationPathPoint class. |
AnnotationPathPoint(Single, Single, Byte) |
Initializes a new instance of the AnnotationPathPoint class with the specified |
AnnotationPathPoint(Single, Single) |
Initializes a new instance of the AnnotationPathPoint class with the specified |
Properties
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. |
Methods
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) |
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) |