[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Charts.BinsType

BinsType Enum

Specifies how the horizontal axis of the histogram chart is formatted.

Namespace: GrapeCity.Spreadsheet.Charts
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum BinsType
Public Enum BinsType

Fields

Name Description
Automatic

Sets bins type automatically.

BinCount

Sets bins type by count.

BinSize

Sets bins type by size.

Categorical

Sets bins type by category.

Manual

Sets bins type manually.