Last updated

API / geotoolkit / charts / DensityContourChart / DensityContourChart

Namespace: DensityContourChart

charts.DensityContourChart.DensityContourChart

Table of contents

Type Aliases

Contents

Type Aliases

DensityGrid

Ƭ DensityGrid: Object

density grid

Type declaration

NameTypeDescription
bandwidth?numberband width
cellsize?numbercell size
dimension?Dimensionvirtual grid dimension
modellimits?Rectreal model limits of X and Y values, by default it is calculated with using min and max values for specified data
thresholds?number | number[] | (value: Float32Array) => numberthresholds

Options

Ƭ Options: Options & { bandopacity?: number ; bandspacing?: number ; colorprovider?: ColorProvider ; fillstyle?: Type ; geometry?: GeometryMode ; grid?: DensityGrid ; linestyle?: Type ; series?: { x?: string | number[] | SeriesWithData ; y?: string | number[] | SeriesWithData } }

chart options


OptionsOut

Ƭ OptionsOut: OptionsOut & { bandopacity?: number ; bandspacing?: number ; colorprovider?: ColorProvider ; fillstyle?: FillStyle ; geometry?: GeometryMode ; grid: DensityGrid ; linestyle?: LineStyle ; series?: { x?: Series ; y?: Series } }