ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / AttachMethodEnum Enumeration

In This Topic
    AttachMethodEnum Enumeration
    In This Topic
    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
    public enum AttachMethodEnum : 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