Skip to main content

Interface: StudyPalettesInfo

Charting Library.StudyPalettesInfo

A description of a study color palettes.

Properties

addDefaultColor

Optional Readonly addDefaultColor: boolean

Use default color for StudyPlotType.Colorer plots when the value is NaN.


colors

Readonly colors: MappedObject<StudyPaletteInfo> | StudyPaletteInfo[]

Palette colors.


valToIndex

Optional Readonly valToIndex: MappedObject<number>

Mapping from values returned by the study to palette color index.