Last updated

API / geotoolkit / gauges / axis / Region / Region

Namespace: Region

axis.Region.Region

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Object

object with parameters

Type declaration

NameTypeDescription
fillstyle?TypeFill style of the range
high?numberUpper bound of the range
linecap?CapStyle | stringcan be 'butt', 'square', or 'round'
linestyle?TypeLine style of the range
low?numberMaximum value Lower bound of the range
name?stringName of the region
static?booleanDefines if the range is static
visible?booleanDefines if the range is visible and should be rendered

OptionsOut

Ƭ OptionsOut: Merge<Required<Options>, { fillstyle?: FillStyle ; linestyle?: LineStyle }>