A type of axis whose units are measured in time-based values.
Public Properties
|
| calculateByLabelSize : Boolean Indicates whether to factor in the size of the labels when calculating a
major unit. | TimeAxis |
| hideOverlappingLabels : Boolean If true, labels that overlap previously drawn labels on the axis will be hidden. | Axis |
| labelFunction : StringA string reference to the globally-accessible function that may be called to
determine each of the label values for t... A string reference to the globally-accessible function that may be called to
determine each of the label values for this axis. | Axis |
| labelSpacing : Number The space, in pixels, between labels on an axis. | Axis |
| majorTimeUnit : String The time unit used by the majorUnit. | TimeAxis |
| majorTimeUnit : String The time unit used by the minorUnit. | TimeAxis |
| majorUnit : Number The spacing between major intervals on this axis. | TimeAxis |
| majorUnit : Number The spacing between minor intervals on this axis. | TimeAxis |
| maximum : Number The maximum value drawn by the axis. If not set explicitly, the axis
|