API / geotoolkit / controls / axis / HistogramTickGenerator / HistogramTickGenerator
axis.HistogramTickGenerator.HistogramTickGenerator
Type Aliases
Type Aliases
Ƭ Options: Options & { bins?: number ; edge?: { labelformat?: NumberFormat ; labelstyle?: Type ; tickstyle?: Type } ; labelstrategy?: LabelStrategy ; major?: { labelformat?: NumberFormat ; labelstyle?: Type ; tickstyle?: Type } ; minimumspan?: number ; minor?: { labelformat?: NumberFormat ; labelstyle?: Type ; tickstyle?: Type } ; rotatelabels?: boolean }
An object containing the properties to set
Ƭ OptionsOut: OptionsOut & { bins: number ; labelstrategy: LabelStrategy ; minimumspan: number ; rotatelabels: boolean }
An object containing the properties to set