Search results

RangenavigatorSeriesDirective API in Angular Range Navigator API component

RangenavigatorSeries Directive

<e-rangenavigator-series-collection>
<e-rangenavigator-series></e-rangenavigator-series>
</e-rangenavigator-series-collection>

Properties

animation

any

Options to customizing animation for the series.

border

any

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

dashArray

any

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

Defaults to ‘0’

dataSource

any

It defines the data source for a series.

Defaults to null

fill

any

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.

Defaults to null

opacity

any

The opacity for the background.

Defaults to 1

query

any

It defines the query for the data source.

Defaults to null

type

any

It defines the series type of the range navigator.

Defaults to ‘Line’

width

any

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.

Defaults to 1

xName

any

It defines the xName for the series.

Defaults to null

yName

any

It defines the yName for the series.

Defaults to null