Use the members of this enumeration to set the value of the AttachMethod
property in the Chart3DLabel class.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)
Syntax
C# |
---|
public enum AttachMethodEnum |
Visual Basic |
---|
Public Enumeration AttachMethodEnum |
Members
Member name | Value | Description | |
---|---|---|---|
Coordinate | 0 | Label is attached at specified pixel coordinate. | |
DataCoordinate | 1 | Label is attached to specified data coordinates. | |
DataIndex | 2 | Label is attached to specified data indices. |