Changes the caption (label) of a row or column to a new value.
Syntax:
ChangeLabelCaption, boolAllPages, axis, oldCaption, newCaption
Parameters:
boolAllPages – apply to all pages (true) or just the current page (false)
axis – the axis of the label to be changed { row, column }
oldCaption – the existing caption text
newCaption – the caption text desired
Examples:
ChangeLabelCaption,true,column,Jan 06,January 2006
Change the column labeled ‘Jan 06’ to ‘January 2006’ on all pages
ChangeLabelCaption,false,column,*,* Budget
Changes all columns to have the word Budget appended. This is useful when the column in question is intended to be appended to another page and its caption needs to reflect the nature of the data underneath it.
Comments:The wildcard character (*) is supported only to append text as shown in the example above.
|