IgrTimeAxisLabelFormat

new IgrTimeAxisLabelFormat(props: P): IgrTimeAxisLabelFormat

Returns IgrTimeAxisLabelFormat

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.

``

``

get format(): string

Returns string

set format(v: string): void

Parameters

  • v: string

Returns void

get i(): TimeAxisLabelFormat

Returns TimeAxisLabelFormat

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

get labelFormatOverride(): object

Returns object

set labelFormatOverride(ev: object): void

Parameters

  • ev: object

Returns void

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.

``

get range(): number

Returns number

set range(v: number): void

Parameters

  • v: number

Returns void

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.

get repeatedDayFormat(): string

Returns string

set repeatedDayFormat(v: string): void

Parameters

  • v: string

Returns void

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.

get repeatedMonthFormat(): string

Returns string

set repeatedMonthFormat(v: string): void

Parameters

  • v: string

Returns void

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.

get repeatedYearFormat(): string

Returns string

set repeatedYearFormat(v: string): void

Parameters

  • v: string

Returns void

componentDidMount(): void

Returns void

findByName(name: string): any

Parameters

  • name: string

Returns any

render(): any

Returns any

shouldComponentUpdate(nextProps: any, nextState: any): boolean

Parameters

  • nextProps: any
  • nextState: any

Returns boolean

_createFromInternal(internal: any): IgrTimeAxisLabelFormat

Parameters

  • internal: any

Returns IgrTimeAxisLabelFormat