Base class for classes which provide colors corresponding to numeric values within a known list of numeric values.

IgrColorScale

new IgrColorScale(props: P): IgrColorScale

Returns IgrColorScale

get nativeElement(): HTMLElement

Returns HTMLElement

Event raised when a property (including "effective" and non-dependency property) value changes.

get propertyUpdated(): object

Returns object

set propertyUpdated(ev: object): void

Parameters

  • ev: object

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): IgrColorScale

Parameters

  • internal: any

Returns IgrColorScale