Enables a Percent Bar or Gradient Style to use another column in its calculations

TypeScript
export interface

Properties

PropertyDescription
ColorColour to use for the Comparison
MaxValueEnd value - either numeric value or Column name
MinValueStart 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