Skip to main content

Interface: StudyStyleInfo

Charting Library.StudyStyleInfo

Study style description.

Properties

bands

Optional

bands: readonly Readonly<StudyBandInfo>[]

Study band descriptions.


defaults

Optional

defaults: StudyStyleInfoDefaults

Default study description values.


filledAreas

Optional

filledAreas: readonly Readonly<StudyFilledAreaInfo>[]

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


palettes

Optional

palettes: Record<string, Readonly<StudyPalettesInfo>>

Study color palettes descriptions.


plots

Optional

plots: readonly Readonly<StudyPlotInformation>[]

Study plot descriptions.


styles

Optional

styles: Record<string, Readonly<StudyStylesInfo>>

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