Skip to main content

Interface: StudyCharsPlotPreferences

Charting Library.StudyCharsPlotPreferences

Base type for all study plot style preferences.

Hierarchy

Properties

char

Optional char: string

Character


color

color: string

Color


display

display: StudyPlotDisplayMode

Display mode. See StudyPlotDisplayMode.

Example

StudyPlotDisplayTarget.None // Do not display the plot.

Inherited from

StudyPlotBasePreferences.display


location

location: MarkLocation

Location for the mark


textColor

textColor: string

Text color


transparency

transparency: number

Transparency. A number between 1 and 100.

Example

80

Inherited from

StudyPlotBasePreferences.transparency


visible

Optional visible: boolean

Visibility

Inherited from

StudyPlotBasePreferences.visible