C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / AttachMethodEnum Enumeration

AttachMethodEnum Enumeration
Use the members of this enumeration to set the value of the Chart3DLabel.AttachMethod property in the Chart3DLabel class.
Syntax
'Declaration
 
Public Enum AttachMethodEnum 
   Inherits System.Enum
 
Members
MemberDescription
CoordinateLabel is attached at specified pixel coordinate.
DataCoordinateLabel is attached to specified data coordinates.
DataIndexLabel is attached to specified data indices.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Chart3D.AttachMethodEnum

See Also