ActualTargetTextRenderer
A renderer to compare and display the target value (or expected value) and execution value stored in each of the two data fields.
ActualTarget text renderer displays in 'execution value / target value' format.
Can only be used in SeriesColumn.
[Superclass]
Signature:
export interface ActualTargetTextRenderer extends CellRendererExtends: CellRenderer
Example
columns = [
"target",
"actual",
{
name: "actualtargetText",
type: "series",
fieldNames: 'target,actual',
renderer: {
type: "actualtargettext"
}
}
]Properties
| Property | Type | Description |
|---|---|---|
| actualStyle | string | Style name of target value |
| separator | string | Enter a separator between the performance value and the target value. |
| separatorStyle | string | Style name of separator |
| targetStyle | string | style name of performance value |
| type | "actualtargettext" | Type: Performance/Goal Text |
Properties Desc
actualStyle
Style name of target value
Type - string
separator
Enter a separator between the performance value and the target value.
Type - string
separatorStyle
Style name of separator
Type - string
targetStyle
Style name of performance value
Type - string
type
Type: Performance/Goal Text
Type - "actualtargettext"