Style used to display Percent Bars in Special Column Style

TypeScript
export interface PercentBarStyle extends
Extends

NumericStyledColumn

Properties

PropertyDescriptionDefault
BackColorBackground colour for 'Percent Bar'; leave unset if none requiredundefined
CellTextWhether Cell shows Cell Value, Percent Value, both or none
CellTextPositionPosition of text in Cell relative to Percent Bar, "Above", "Below" or "Merged"Below
ToolTipTextWhether Tooltip shows Cell Value, Percent Value, both or none

Property Details

BackColor

Background colour for 'Percent Bar'; leave unset if none required

TypeScript
BackColor?: string;
Default Value

undefined

Property Value

string

CellText

Whether Cell shows Cell Value, Percent Value, both or none

TypeScript
CellText?: CellTextOptions;
Property Value

CellTextOptions

CellTextPosition

Position of text in Cell relative to Percent Bar, "Above", "Below" or "Merged"

TypeScript
CellTextPosition?: 'Above' | 'Below' | 'Merged';
Default Value

Below

Property Value

'Above' | 'Below' | 'Merged'

ToolTipText

Whether Tooltip shows Cell Value, Percent Value, both or none

TypeScript
ToolTipText?: CellTextOptions;
Property Value

CellTextOptions