Last updated

API / geotoolkit / charts / ErrorChart / ErrorChart

Namespace: ErrorChart

charts.ErrorChart.ErrorChart

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Options & { series?: Series ; symbol?: { fillstyle?: Type ; linestyle?: Type ; painter?: Painter } ; uncertainty?: { symboldata?: any[] ; x?: Uncertainty ; y?: Uncertainty } }

chart options


OptionsOut

Ƭ OptionsOut: OptionsOut & { series: { x: Series ; y: Series ; z: Series } }


Series

Ƭ Series: Object

Series type

Type declaration

NameTypeDescription
dx?string | number[] | SeriesWithDataUncertainty by x
dy?string | number[] | SeriesWithDataUncertainty by y
x?string | number[] | SeriesWithDatax-values array or x-data series identifier
y?string | number[] | SeriesWithDatay-values array or y-data series identifier
z?string | number[] | SeriesWithDataz-values array or z-data (color) series identifier

Uncertainty

Ƭ Uncertainty: Object

Type declaration

NameTypeDescription
max?numberThe maximum size value to use, will be ignored if model = true
maxsymbolsize?numberThe symbol size for maximum value (in device), will be ignored if model = true
min?numberThe minimum size value to use will be ignored if model = true
minsymbolsize?numberThe symbol size for minimum value (in device), will be ignored if model = true
model?booleanDraw uncertainty in model space instead of device
size?numberConst size, if there is no data