Skip to main content
Version: 5.0

Interface: SeriesStyleOptionsMap

Represents the type of style options for each series type.

For example a bar series has style options represented by BarStyleOptions.

Properties

Bar

Bar: BarStyleOptions

The type of bar style options.


Candlestick

Candlestick: CandlestickStyleOptions

The type of candlestick style options.


Area

Area: AreaStyleOptions

The type of area style options.


Baseline

Baseline: BaselineStyleOptions

The type of baseline style options.


Line

Line: LineStyleOptions

The type of line style options.


Histogram

Histogram: HistogramStyleOptions

The type of histogram style options.


Custom

Custom: CustomStyleOptions

The type of a custom series' style options.