Package | ardisia.components.timeline.dataTypes |
Class | public class TimelineSeries |
Inheritance | TimelineSeries ![]() |
Property | Defined 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 |
collapsed | property |
public var collapsed:Boolean
True to if the series renderers are collapsed and not visible.
The default value is false
.
data | property |
public var data:*
Use to push custom data to the item renderers.
The default value is null
.
displayName | property |
public var displayName:String
The string displayed to describe the series.
The default value is ""
.
fieldValue | property |
public var fieldValue:*
The value on the seriesField to match in the dataProvider to get the series data.
The default value is null
.
hideLabel | property |
public var hideLabel:Boolean
True to hide the series label.
The default value is false
.