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


In This Topic
    BinsType Enumeration
    In This Topic
    Specifies how the horizontal axis of the histogram chart is formatted.
    Syntax
    'Declaration
     
    
    Public Enum BinsType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As BinsType
    public enum BinsType : System.Enum 
    Members
    MemberDescription
    AutomaticSets bins type automatically.
    BinCountSets bins type by count.
    BinSizeSets bins type by size.
    CategoricalSets bins type by category.
    ManualSets bins type manually.
    Inheritance Hierarchy

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

    See Also