Constructors
Section titled "Constructors"IgrTimeAxisLabelFormat
new IgrTimeAxisLabelFormat(props: P): IgrTimeAxisLabelFormat Returns IgrTimeAxisLabelFormat
Accessors
Section titled "Accessors"format
Section titled "format"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
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.
get labelFormatOverride(): object
Returns object
set labelFormatOverride(ev: object): void Parameters
- ev:
object
Returns void
range
Section titled "range"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
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.
get repeatedDayFormat(): string
Returns string
set repeatedDayFormat(v: string): void Parameters
- v:
string
Returns void
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.
get repeatedMonthFormat(): string
Returns string
set repeatedMonthFormat(v: string): void Parameters
- v:
string
Returns void
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.
get repeatedYearFormat(): string
Returns string
set repeatedYearFormat(v: string): void Parameters
- v:
string
Returns void
Methods
Section titled "Methods"componentDidMount
Section titled "componentDidMount"componentDidMount(): void Returns void
findByName
Section titled "findByName"findByName(name: string): any Parameters
- name:
string
Returns any
render
Section titled "render"render(): any Returns any
shouldComponentUpdate
Section titled "shouldComponentUpdate"shouldComponentUpdate(nextProps: any, nextState: any): boolean Parameters
- nextProps:
any - nextState:
any
Returns boolean
_createFromInternal
Section titled "_createFromInternal"_createFromInternal(internal: any): IgrTimeAxisLabelFormat Parameters
- internal:
any