Packageardisia.components.timeline.dataTypes
Classpublic class TimelineSeries
InheritanceTimelineSeries Inheritance Object

Data type used to describe a series for the Timeline class.



Public Properties
 PropertyDefined By
  collapsed : Boolean
True to if the series renderers are collapsed and not visible.
TimelineSeries
  data : *
Use to push custom data to the item renderers.
TimelineSeries
  displayName : String
The string displayed to describe the series.
TimelineSeries
  fieldValue : *
The value on the seriesField to match in the dataProvider to get the series data.
TimelineSeries
  hideLabel : Boolean
True to hide the series label.
TimelineSeries
Property Detail
collapsedproperty
public var collapsed:Boolean

True to if the series renderers are collapsed and not visible.

The default value is false.

dataproperty 
public var data:*

Use to push custom data to the item renderers.

The default value is null.

displayNameproperty 
public var displayName:String

The string displayed to describe the series.

The default value is "".

fieldValueproperty 
public var fieldValue:*

The value on the seriesField to match in the dataProvider to get the series data.

The default value is null.

hideLabelproperty 
public var hideLabel:Boolean

True to hide the series label.

The default value is false.