Last updated

API / geotoolkit / widgets / timeseries / barmode / BarSeries / BarSeries

Namespace: BarSeries

barmode.BarSeries.BarSeries

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Object

BarSeries setting

Type declaration

NameTypeDescription
barbottom?numberBar bottom coordinate in model space
barheight?numberBar height in model space
barleft?numberBar left coordinate in model space
barvalue?numberBar value
barwidth?numberBar width in model space
datapointindex?numberIndex of data in x coordinate
lineindex?numberIndex of curve
text?stringFormatted bar value
textax?numberBar value text anchor x
textay?numberBar value text anchor y
textheight?numberBar value text height
textwidth?numberBar value text width

OptionsOut

Ƭ OptionsOut: Object

BarSeries setting

Type declaration

NameTypeDescription
barbottomnumberBar bottom coordinate in model space
barheightnumberBar height in model space
barleftnumberBar left coordinate in model space
barvaluenumberBar value
barwidthnumberBar width in model space
datapointindexnumberIndex of data in x coordinate
lineindexnumberIndex of curve
textstringFormatted bar value
textaxnumberBar value text anchor x
textaynumberBar value text anchor y
textheightnumberBar value text height
textwidthnumberBar value text width