CommonHeader

Declaration: ChartBook.Tables[].CommonHeader: string;
The property CommonHeader specifies the text displayed in the common header (which is a fixed row above all column headers). The header may consist of multiple lines. In order to force a line break at a particular position a "line feed" character (ASCII 10, #10) has to be inserted at the corresponding string position. Please note that for multi-line headers the property CommonHeaderHeight has to be set to higher than the default values.

Please note that the common header is only visible if CommonHeaderVisible is set to TRUE.