Last updated

API / geotoolkit / charts / CrossPlotChart / CrossPlotChart

Namespace: CrossPlotChart

charts.CrossPlotChart.CrossPlotChart

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ 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: 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

Ƭ Series: Object

Series type

Type declaration

NameTypeDescription
size?string | number[] | SeriesWithDatasize-values array or size-data series identifier for symbol sizes
symbol?string | number[] | SeriesWithDatasymbol-values array or symbol-data series identifier for symbol painters
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