StudyStyleInfo
Interface
Study style description.
Properties
bands
OptionalStudy band descriptions.
Type
readonly Readonly<StudyBandInfo>[]
defaults
OptionalDefault study description values.
Type
filledAreas
OptionalStudy filled area descriptions. Filled area is a special object, which allows coloring an area between two plots.
Type
readonly Readonly<StudyFilledAreaInfo>[]
palettes
OptionalStudy color palettes descriptions.
Type
Record<string, Readonly<StudyPalettesInfo>>
plots
OptionalStudy plot descriptions.
Type
readonly Readonly<StudyPlotInformation>[]
styles
OptionalStudy plot style descriptions. An object with plot id
as keys and style info as values
Type
Record<string, Readonly<StudyStylesInfo>>