Last updated

API / geotoolkit / widgets / timeseries / TimeSeriesLine / TimeSeriesLine

Namespace: TimeSeriesLine

timeseries.TimeSeriesLine.TimeSeriesLine

Table of contents

Type Aliases

Contents

Type Aliases

DataOptions

Ƭ DataOptions: Object

data source or object to specify data source

Type declaration

NameTypeDescription
datatable?DataTable | DataTableViewDataTable or DataTableView which contains depth and value column
indices?string | numbername or index of series in data table / view if it is provided
name?stringname of the curve
values?string | numbername or index of series in data table / view if it is provided

EventMap

Ƭ EventMap: EventMap & { limitschanged: void }


ExtendedSamples

Ƭ ExtendedSamples: Object

Type declaration

NameType
indicesnumber[]
samplesDataSample[]
valuesnumber[]

Options

Ƭ Options: Options & { autosort?: boolean ; curvevisible?: boolean ; data?: DataTable | DataTableView | DataOptions ; decimationspacing?: number ; marker?: Marker | SymbolShape ; markervisible?: boolean ; spline?: boolean ; values?: Values }