IIgrCustomPaletteColorScaleProps
Properties
Section titled "Properties"Optional interpolationMode
Section titled "interpolationMode"The approach to use when getting a color from the palette.
interpolationMode?: string | ColorScaleInterpolationMode Optional maximumValue
Section titled "maximumValue"The highest value to assign a color. Any given value greater than this value will be made Transparent.
maximumValue?: string | number Optional minimumValue
Section titled "minimumValue"The lowest value to assign a color. Any given value less than this value will be made Transparent.
minimumValue?: string | number Optional propertyUpdated
Section titled "propertyUpdated"Inherited from: IIgrColorScaleProps
Event raised when a property (including "effective" and non-dependency property) value changes.
propertyUpdated?: object