ColumnComparison
Enables a Percent Bar or Gradient Style to use another column in its calculations
TypeScript
export interfaceProperties
| Property | Description |
|---|---|
| Color | Colour to use for the Comparison |
| MaxValue | End value - either numeric value or Column name |
| MinValue | Start value - either numeric value or Column name |
Property Details
Color
Colour to use for the Comparison
TypeScript
Color: string;Property Value
string
MaxValue
End value - either numeric value or Column name
TypeScript
MaxValue: number | string;Property Value
number | string
MinValue
Start value - either numeric value or Column name
TypeScript
MinValue: number | string;Property Value
number | string