Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / DataLabelVisibilities Enumeration


In This Topic
    DataLabelVisibilities Enumeration
    In This Topic
    Represents the visibilities of the parts of a data label.
    Syntax
    'Declaration
     
    
    Public Enum DataLabelVisibilities 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DataLabelVisibilities
    public enum DataLabelVisibilities : System.Enum 
    Members
    MemberDescription
    BubbleSizeThe bubble size in the data label is visible.
    CategoryNameThe category name in the data label is visible.
    LeaderLinesThe leader line is visible.
    LegendKeyThe legend key in the data label is visible.
    NoneNo data label is visible.
    PercentageThe percentage value in the data label is visible.
    SeriesNameThe series name in the data label is visible.
    ValueThe data point value in the data label is visible.
    ValueFromCellsThe value from cell in the data label is visible.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Charts.DataLabelVisibilities

    See Also