API / geotoolkit / charts / DensityContourChart / DensityContourChart
charts.DensityContourChart.DensityContourChart
Type Aliases
Type Aliases
Ƭ DensityGrid: Object
density grid
| Name | Type | Description |
|---|---|---|
bandwidth? | number | band width |
cellsize? | number | cell size |
dimension? | Dimension | virtual grid dimension |
modellimits? | Rect | real 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) => number | thresholds |
Ƭ 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 & { bandopacity?: number ; bandspacing?: number ; colorprovider?: ColorProvider ; fillstyle?: FillStyle ; geometry?: GeometryMode ; grid: DensityGrid ; linestyle?: LineStyle ; series?: { x?: Series ; y?: Series } }