Use the members of this enumeration to set the value of the AttachMethod property in the Chart3DLabel class.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
public enum AttachMethodEnum
Visual Basic
Public Enumeration AttachMethodEnum

Members

Member nameValueDescription
Coordinate0 Label is attached at specified pixel coordinate.
DataCoordinate1 Label is attached to specified data coordinates.
DataIndex2 Label is attached to specified data indices.

See Also