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