API / geotoolkit / charts / CrossPlotChart
Namespaces
Classes
Type Aliases
Type Aliases
Ƭ HistogramsOptions: Object
| Name | Type | Description |
|---|---|---|
horizontalflip? | boolean | horizontal flip of the histograms overlay |
id? | string | number | histogram id |
verticalflip? | boolean | vertical flip of the histograms overlay |
x? | Options | x-axis histogram options |
y? | Options | y-axis histogram options |
z? | Options | z-axis histogram options |
Ƭ HistogramsOptionsOut: Object
| Name | Type | Description |
|---|---|---|
horizontalflip | boolean | horizontal flip of the histograms overlay |
id | string | number | histogram id |
verticalflip | boolean | vertical flip of the histograms overlay |
x? | OptionsOut | x-axis histogram options |
y? | OptionsOut | y-axis histogram options |
z? | OptionsOut | z-axis histogram options |