Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LabelOption Enumeration


In This Topic
    LabelOption Enumeration
    In This Topic
    Specifies the option used to display the label.
    Syntax
    'Declaration
     
    
    Public Enum LabelOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LabelOption
    public enum LabelOption : System.Enum 
    Members
    MemberDescription
    BannerThe label will be displayed in a separate banner
    NoneThe label won't be displayed
    OverlappingThe label will be displayed overlapped
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Chart.LabelOption

    See Also