ZeroCentredColors
Colours for a zero-centred diverging gradient: negative and positive bands that meet at 0
TypeScript
export interfaceProperties
| Property | Type | Description |
|---|---|---|
| NegativeColor | string | Colour applied to negative cell values (Col-Min…0) |
| PositiveColor | string | Colour applied to positive cell values (0…Col-Max) |
Property Details
NegativeColor
Colour applied to negative cell values (Col-Min…0)
TypeScript
NegativeColor: string;Property Value
string
PositiveColor
Colour applied to positive cell values (0…Col-Max)
TypeScript
PositiveColor: string;Property Value
string