AnnotationPathPoint Class

Definition

Represents a path point of a PolylineAnnotation or PolygonAnnotation, which is stored in their PathPoints property.

public ref class AnnotationPathPoint : System::Web::UI::DataVisualization::Charting::ChartElement
public class AnnotationPathPoint : System.Web.UI.DataVisualization.Charting.ChartElement
type AnnotationPathPoint = class
    inherit ChartElement
Public Class AnnotationPathPoint
Inherits ChartElement
Inheritance
AnnotationPathPoint

Constructors

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.

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)

Applies to