A descriptor used to define a chart series when creating a figure from JS.

Hierarchy

  • SeriesDescriptor

Constructors

Properties

dataSources: SourceDescriptor[]

The data sources for this series.

gradientVisible?: boolean

Whether the series uses gradient rendering.

lineColor?: string

The line color.

linesVisible?: boolean

Whether lines are visible.

name?: string
plotStyle: string | number
pointLabelFormat?: string

A format string used to render point labels.

This value is passed through to the underlying plotting implementation. The interpretation of the format string is defined by the plotting implementation.

shape?: string

The shape name.

shapeColor?: string

The shape color.

shapeLabel?: string

The shape label.

shapeSize?: number

The shape size.

shapesVisible?: boolean

Whether shapes are visible.

xToolTipPattern?: string

A format string used to render X values in tooltips.

This value is passed through to the underlying plotting implementation. The interpretation of the format string is defined by the plotting implementation.

yToolTipPattern?: string

A format string used to render Y values in tooltips.

This value is passed through to the underlying plotting implementation. The interpretation of the format string is defined by the plotting implementation.