API / geotoolkit / controls / shapes / PyramidChart / PyramidChart
shapes.PyramidChart.PyramidChart
Type Aliases
Type Aliases
Ƭ Data: Object
| Name | Type | Description |
|---|---|---|
align? | string | Returns preferred alignment. |
border? | Type[] | - |
fillstyle? | Type[] | Returns an array of fill styles objects set. |
highlight? | boolean | Returns if highlight is enabled or not. |
highlightstyle? | RgbaColor | string | returns color of the highlighting |
invert? | boolean | Returns bool value to invert or not. |
linelength? | number | Returns line length pointing the labels. |
linestyle? | Type[] | Returns line styles specified for each section. |
name? | string[] | Deprecated since 4.0. Use names instead |
names? | string[] | Returns an array of label names. |
value? | number[] | Returns an array of values corresponding to the label names. |
Ƭ OptionsOut: OptionsOut & Required<Data>
properties