GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / BinsType Enumeration


BinsType Enumeration
Specifies how the horizontal axis of the histogram chart is formatted.
Syntax
'Declaration
 
Public Enum BinsType 
   Inherits System.Enum
 
'Usage
 
Dim instance As BinsType
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