Skip to main content
Version: latest

StudyStyleInfo

Interface

Study style description.

Properties

bands

Optional

Study band descriptions.

Type

readonly Readonly<StudyBandInfo>[]


defaults

Optional

Default study description values.

Type

StudyStyleInfoDefaults


filledAreas

Optional

Study filled area descriptions. Filled area is a special object, which allows coloring an area between two plots.

Type

readonly Readonly<StudyFilledAreaInfo>[]


palettes

Optional

Study color palettes descriptions.

Type

Record<string, Readonly<StudyPalettesInfo>>


plots

Optional

Study plot descriptions.

Type

readonly Readonly<StudyPlotInformation>[]


styles

Optional

Study plot style descriptions. An object with plot id as keys and style info as values

Type

Record<string, Readonly<StudyStylesInfo>>