API / geotoolkit / widgets / MultiHistograms / MultiHistograms
widgets.MultiHistograms.MultiHistograms
Type Aliases
Type Aliases
Ƭ AddHistogramAxes: Object
axes options
| Name | Type | Description |
|---|---|---|
xaxis? | Options | x axis for histogram, by default add axis with AdaptivetickGenerator, null means not add x axis |
yaxis? | Options | y axis for histogram, by default add axis with HistogramTickGenerator, null means not add y axis |
Ƭ AxisOptions: { flip?: boolean ; length?: number ; tickgenerator?: TickGenerator | Options } | null
axis options
Ƭ AxisOptionsOut: { accumulative?: boolean ; flip?: boolean ; length?: number } & OptionsOut
Ƭ AxisSelectionOptions: Object
options
| Name | Type | Description |
|---|---|---|
enabled? | boolean | flag to enable axis selection |
highlightstyle? | Type | fillstyle for background of axis |
Ƭ AxisSelectionOptionsOut: Object
| Name | Type | Description |
|---|---|---|
enabled? | boolean | get if enabled axis selection |
highlightstyle? | OptionsOut | get highlight style options |
Ƭ EventMap: EventMap & { axisselected: { group: any ; histogram: any ; location: AnnotationLocation } ; binsselected: { bins: any ; histograms: any } ; dataupdated: { event: string ; src: any } ; histogramsselected: string | string[] | Histogram | Histogram[] }
Ƭ GapsOptions: Object
options
| Name | Type | Description |
|---|---|---|
east? | number | desired width for axis in east annotation |
south? | number | desired height for axis in south annotation |
west? | number | desired width for axis in west annotation |
Ƭ Group: Object
to refer to group and related object
| Name | Type | Description |
|---|---|---|
groupid? | string | group id |
Ƭ GroupAxisOptions: Object
options of axis or axis instance
| Name | Type | Description |
|---|---|---|
accumulative? | boolean | set if the axis serve for showing accumulative value in histogram accumulative mode See AnnotatedNode#createAxis for other properties' definition. |
axis? | any | - |
baselinestyle? | Type | - |
flip? | boolean | set if flip the axis |
length? | number | width or height of axis component |
linestyle? | Type | - |
textstyle? | Type | - |
tickgenerator? | any | - |
title? | Options | - |
Ƭ GroupId: Object
| Name | Type |
|---|---|
east? | string |
south? | string |
west? | string |
Ƭ HeaderOptions: Object
options
| Name | Type | Description |
|---|---|---|
title? | Options | object to describe the properties for header text.For details, see setProperties method of Text object |
Ƭ HeaderOptionsOut: Object
header options
| Name | Type | Description |
|---|---|---|
title | OptionsOut | title options |
Ƭ Options: Options & { annotationsgaps?: GapsOptions ; autoannotationsize?: boolean ; axisheight?: number ; axiswidth?: number ; header?: HeaderOptions ; tools?: ToolsOptions ; viewcache?: boolean ; viewcachesize?: { height?: number ; width?: number } }
Ƭ OptionsBase: Object
options
| Name | Type | Description |
|---|---|---|
annotationsgaps? | GapsOptions | options for setting gaps between annotations and center model, see details in setGaps method |
annotationssizes? | AnnotationSize | - |
autoannotationsize? | boolean | auto modify the size of annotation based on the total size of component in the annotation |
axisheight? | number | default height when adding new horizontal axis |
axiswidth? | number | default width when adding new vertical axis |
header? | HeaderOptions | options for setting header of widget |
tools? | ToolsOptions | options for tools setting, see details in setToolsOptions method |
Ƭ OptionsOut: OptionsOut & { autoannotationsize?: boolean ; axisheight?: number ; axiswidth?: number ; header?: HeaderOptionsOut ; tools?: ToolsOptionsOut & { axisselection?: AxisSelectionOptionsOut ; southscroll?: OptionsOut } }
Ƭ ScrollBarOptions: Object
options
| Name | Type | Description |
|---|---|---|
options? | Options | properties for setting scroll bar |
size? | number | height for horizontal scroll bar or width for vertical scroll bar |
visible? | boolean | flag to set visibility of scroll bar |
Ƭ ToolsOptions: ToolsOptions & { axisselection?: AxisSelectionOptions ; southscroll?: ScrollBarOptions }
options
Ƭ ToolsOptionsOut: ToolsOptionsOut & { axisselection?: AxisSelectionOptionsOut ; southscroll?: OptionsOut }
tools options