EDateTimeStep

type EDateTimeStep = (dtOneMicrosecond, dtOneMillisecond, dtOneSecond, dtFiveSeconds, dtTenSeconds, dtFifteenSeconds, dtThirtySeconds, dtOneMinute, dtFiveMinutes, dtTenMinutes, dtFifteenMinutes, dtThirtyMinutes, dtOneHour, dtTwoHours, dtSixHours, dtTwelveHours, dtOneDay, dtTwoDays, dtThreeDays, dtOneWeek, dtHalfMonth, dtOneMonth, dtTwoMonths, dtThreeMonths, dtFourMonths, dtSixMonths, dtOneYear, dtNone);

Type Library
TeeChartx

Description
EDateTimeStep is a set of constants used to specify a date time increment.

Example:

TChart1.Axis.Bottom.Increment = TChart1.DateTimeStep( dtTwoDays )

See note on use of Enum constants in differing development environments.

Values

dtOneMillisecond = 0

dtOneSecond = 0

dtFiveSeconds = 1

dtTenSeconds = 2

dtFifteenSeconds = 3

dtThirtySeconds = 4

dtOneMinute = 5

dtFiveMinutes = 6

dtTenMinutes = 7

dtFifteenMinutes = 8

dtThirtyMinutes = 9

dtOneHour = 10

dtTwoHours = 11

dtSixHours = 12

dtTwelveHours = 13

dtOneDay = 14

dtTwoDays = 15

dtThreeDays = 16

dtOneWeek = 17

dtHalfMonth = 18

dtOneMonth = 19

dtTwoMonths = 20

dtSixMonths = 21

dtOneYear = 22