NtTimeChartControl.GetColHeaderStr Method
The column names are not maintained by the header control (Nateo.NtHeaderControl), but by the Nateo.NtTimeChartControl.

The header control retrieves the title of a column from the center control by calling
Please note: As shown in the illustration above, column headers might be located not above the center of a column but above the separating lines. This is the case for the time display mode 'hours' while for 'days'
the date of the day will be placed above each column's center.
Overload List:
| Modifier / Return Value | Name and Parameters | Description |
|---|---|---|
|
|
|
Returns the column title for the column with the zero based index c. |
Return value:
The title of the column.
Parameters:
Zero based index of the column.
Remarks:
Throws an Exception if c is less than zero or equal or bigger than the column count.
See also:
GetColWidth()GetColX()
