Class: ojTimelineSeriesProperties

Oracle® JavaScript Extension Toolkit (JET)
8.1.0

F24337-01

QuickNav

Fields


ojTimelineSeriesProperties

Version:
  • 8.1.0
Module:
  • jsdoc

Module usage

See JET Module Loading for an overview of module usage within JET.

Constructor

new ojTimelineSeriesProperties()

Fields

emptyText :string

The text of an empty timeline series.

itemLayout :auto|bottomToTop|topToBottom

The direction in which items are laid out when in a horizontal orientation. This attribute is ignored when in a vertical orientation.
Supported Values:
Value
auto
bottomToTop
topToBottom
Default Value:
  • "auto"

label :string

The label displayed on the timeline series. In not specified, no label will be shown.
Default Value:
  • ""

svgStyle :CSSStyleDeclaration

The CSS style object defining any additional styling of the series. If not specified, no additional styling will be applied.
Default Value:
  • {}