API / geotoolkit / charts / CrossPlotChart / CrossPlotChart
charts.CrossPlotChart.CrossPlotChart
Type Aliases
Type Aliases
Ƭ Options: Options & { colorprovider?: ColorProvider ; histogram?: HistogramsOptions ; series?: Series ; size?: { max?: number ; maxsymbolsize: number ; min?: number ; minsymbolsize: number } ; symbol?: { fillstyle?: Type ; linestyle?: Type ; painter?: Painter ; painters?: Painter[] ; ranges?: (number | [number, number])[] ; size?: number } ; symbolsize?: number }
chart options
Ƭ OptionsOut: OptionsOut & { colorprovider: ColorProvider ; histogram: HistogramsOptionsOut ; series: { size: Series ; symbol: Series ; x: Series ; y: Series ; z: Series } ; symbol: { fillstyle: FillStyle | null ; linestyle: LineStyle | null } ; symbolsize: number }
Ƭ Series: Object
Series type
| Name | Type | Description |
|---|---|---|
size? | string | number[] | SeriesWithData | size-values array or size-data series identifier for symbol sizes |
symbol? | string | number[] | SeriesWithData | symbol-values array or symbol-data series identifier for symbol painters |
x? | string | number[] | SeriesWithData | x-values array or x-data series identifier |
y? | string | number[] | SeriesWithData | y-values array or y-data series identifier |
z? | string | number[] | SeriesWithData | z-values array or z-data (color) series identifier |