Constructors
Section titled "Constructors"IgrTimeAxisBreak
new IgrTimeAxisBreak(props: P): IgrTimeAxisBreak Returns IgrTimeAxisBreak
Accessors
Section titled "Accessors"The end time of the axis break.
Use End property for the end time of the axis break.
``
get end(): Date
Returns Date
set end(v: Date): void Parameters
- v:
Date
Returns void
get i(): TimeAxisBreak
Returns TimeAxisBreak
interval
Section titled "interval"The interval at which to repeat this break, expressed as a TimeSpan.
Use Interval property to se the interval at which to repeat this break, expressed as a TimeSpan.
``
get interval(): number
Returns number
set interval(v: number): void Parameters
- v:
number
Returns void
start
Section titled "start"The start time of the axis break.
Use Start property for the start time of the axis break.
``
get start(): Date
Returns Date
set start(v: Date): void Parameters
- v:
Date
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): IgrTimeAxisBreak Parameters
- internal:
any