Api rangeNavigatorSeriesModel in TypeScript Range navigator control

18 Nov 20181 minute to read

Interface for a class RangeNavigatorSeries

Properties

animation AnimationModel

Options to customizing animation for the series.

border BorderModel

Options for customizing the color and width of the series border.

dashArray string

Defines the pattern of dashes and gaps to stroke the lines in Line type series.

dataSource Object | DataManager

It defines the data source for a series.

fill string

The fill color for the series that accepts value in hex and rgba as a valid CSS color string. It also represents the color of the signal lines in technical indicators. For technical indicators, the default value is ‘blue’ and for series, it has null.

query Query

It defines the query for the data source

type string

It defines the series type of the range navigator

width number

The stroke width for the series that is applicable only for Line type series. It also represents the stroke width of the signal lines in technical indicators.

xName string

It defines the xName for the series

yName string

It defines the yName for the series