IIgrTimeAxisLabelFormatProps

The DateTime format string to apply. Some common DateTime format strings are: yyyy, MM/dd/yy, and hh:mm:ss.

The Format property provide the DateTime format string to apply.

``

``

format?: string

Optional labelFormatOverride

Section titled "labelFormatOverride"

Gets or sets a label formatting override callback, allowing the user to take full control of label generation for the TimeXAxis.

labelFormatOverride?: object

The visible axis range at which to apply this label format.

The Range property provide the visible axis range at which to apply this label format.

``

range?: string | number

Optional repeatedDayFormat

Section titled "repeatedDayFormat"

The DateTime format string to apply, if the day is repeated from the prior date. Some common DateTime format strings are: yyyy, MM/dd/yy, and hh:mm:ss.

repeatedDayFormat?: string

Optional repeatedMonthFormat

Section titled "repeatedMonthFormat"

The DateTime format string to apply, if the month is repeated from the prior date. Some common DateTime format strings are: yyyy, MM/dd/yy, and hh:mm:ss.

repeatedMonthFormat?: string

Optional repeatedYearFormat

Section titled "repeatedYearFormat"

The DateTime format string to apply, if the year is repeated from the prior date. Some common DateTime format strings are: yyyy, MM/dd/yy, and hh:mm:ss.

repeatedYearFormat?: string