| Property Getters/Setters Summary | ||
|---|---|---|
method | getCaption() | |
method | setCaption(value) | |
| Returns or sets the caption of the specified Timeline. | ||
method | getCurrentLevel() | |
method | setCurrentLevel(value) | |
| The value of the property is TimelineLevelType integer constant. | ||
method | getHeightPixel() | |
method | setHeightPixel(value) | |
| Returns or sets the height of the specified timeline, in pixels. | ||
method | getLeftPixel() | |
method | setLeftPixel(value) | |
| Returns or sets the horizontal offset of timeline shape from its left column, in pixels. | ||
method | getName() | |
method | setName(value) | |
| Returns or sets the name of the specified Timeline | ||
method | getSelectionLevel() | |
method | setSelectionLevel(value) | |
| The value of the property is TimelineLevelType integer constant. | ||
method | getShape() | |
Returns the Shape object associated with the specified Timeline. Read-only.
|
||
method | getShowHeader() | |
method | setShowHeader(value) | |
method | getShowHorizontalScrollbar() | |
method | setShowHorizontalScrollbar(value) | |
method | getShowSelectionLabel() | |
method | setShowSelectionLabel(value) | |
method | getShowTimeLevel() | |
method | setShowTimeLevel(value) | |
method | getStartDate() | |
method | setStartDate(value) | |
method | getTopPixel() | |
method | setTopPixel(value) | |
| Returns or sets the vertical offset of timeline shape from its top row, in pixels. | ||
method | getWidthPixel() | |
method | setWidthPixel(value) | |
| Returns or sets the width of the specified timeline, in pixels. | ||
boolean getShowHeader() / setShowHeader(value)
boolean getShowSelectionLabel() / setShowSelectionLabel(value)
boolean getShowTimeLevel() / setShowTimeLevel(value)
boolean getShowHorizontalScrollbar() / setShowHorizontalScrollbar(value)
DateTime getStartDate() / setStartDate(value)
int getCurrentLevel() / setCurrentLevel(value)
int getSelectionLevel() / setSelectionLevel(value)
String getCaption() / setCaption(value)
TimelineShape getShape()
String getName() / setName(value)
int getLeftPixel() / setLeftPixel(value)
int getTopPixel() / setTopPixel(value)
int getWidthPixel() / setWidthPixel(value)
int getHeightPixel() / setHeightPixel(value)