Unit: | SDL_sdlbase | Class: | none | Declaration: | TDateForTime = (dtNone, dtOnePerChart, dtOnePerDay, dtAllTicks); |
The type declaration TDateForTime defines how frequently the time labels are accompanied by a date label in case of a ftDateTime axis inscription.
dtNone |
No date labels are displayed |
dtOnePerChart |
A date label is displayed only together with the first time label. |
dtOnePerDay |
Each day is labeled by an extra date label. This is especially useful if an axis spans a time range of a few hours around midnight. |
dtAllTicks |
Each scale tick is labeled both with time and date labels. |
|