Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / BinsType Enumeration
In This Topic
    BinsType Enumeration
    In This Topic
    Specifies how the horizontal axis of the histogram chart is formatted.
    Members
    MemberDescription
    BinsTypeAutomaticSpecifies bins type automatically.
    BinsTypeBinCountSpecifies bins type by count.
    BinsTypeBinSizeSpecifies bins type by size.
    BinsTypeCategoricalSpecifies bins type by category.
    BinsTypeManualSpecifies bins type manually.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.drawing.BinsType

    See Also