API / geotoolkit / widgets / timeseries / barmode / BarSeries / BarSeries
Type Aliases
Type Aliases
Ƭ Options: Object
BarSeries setting
| Name | Type | Description |
|---|---|---|
barbottom? | number | Bar bottom coordinate in model space |
barheight? | number | Bar height in model space |
barleft? | number | Bar left coordinate in model space |
barvalue? | number | Bar value |
barwidth? | number | Bar width in model space |
datapointindex? | number | Index of data in x coordinate |
lineindex? | number | Index of curve |
text? | string | Formatted bar value |
textax? | number | Bar value text anchor x |
textay? | number | Bar value text anchor y |
textheight? | number | Bar value text height |
textwidth? | number | Bar value text width |
Ƭ OptionsOut: Object
BarSeries setting
| Name | Type | Description |
|---|---|---|
barbottom | number | Bar bottom coordinate in model space |
barheight | number | Bar height in model space |
barleft | number | Bar left coordinate in model space |
barvalue | number | Bar value |
barwidth | number | Bar width in model space |
datapointindex | number | Index of data in x coordinate |
lineindex | number | Index of curve |
text | string | Formatted bar value |
textax | number | Bar value text anchor x |
textay | number | Bar value text anchor y |
textheight | number | Bar value text height |
textwidth | number | Bar value text width |