Skip to main content
Version: latest

ChartDescriptionContext

Interface

Properties

chartCount

Number of visible charts in the current layout

Type

number


chartIndex

Index of the current chart within a multi-chart layout

Type

number


chartType

Style of chart

Type

SeriesType


chartTypeName

Name of chart style

Type

string


description

Optional

Symbol's description from the Symbol Info

Type

string


exchange

Optional

Symbol's exchange

Type

string


interval

Resolution (interval) of the chart

Type

ResolutionString


isIntraday

Is the resolution (interval) intraday

Type

boolean


priceFormatter

Symbol's default price formatter

Type

ISymbolValueFormatter


symbol

Symbol identifier, typically the symbols ticker or name defined in the Symbol Info

Type

string


symbolInfo

The complete Symbol Info for the chart's main series

Type

LibrarySymbolInfo


ticker

Optional

Symbol's ticker identifier

Type

string


visibleData

Optional

Visible data. Only included if aria_detailed_chart_descriptions featureset is enabled

Type

ExportedData


visibleRange

Visible time range

Type

VisibleTimeRange