Last updated

API / geotoolkit / controls / shapes / PyramidChart / PyramidChart

Namespace: PyramidChart

shapes.PyramidChart.PyramidChart

Table of contents

Type Aliases

Contents

Type Aliases

Data

Ƭ Data: Object

Type declaration

NameTypeDescription
align?stringReturns preferred alignment.
border?Type[]-
fillstyle?Type[]Returns an array of fill styles objects set.
highlight?booleanReturns if highlight is enabled or not.
highlightstyle?RgbaColor | stringreturns color of the highlighting
invert?booleanReturns bool value to invert or not.
linelength?numberReturns 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.

Options

Ƭ Options: Options & Data


OptionsOut

Ƭ OptionsOut: OptionsOut & Required<Data>

properties