NtHeaderControl.Init Method
Initializes the Header Control: Attaches this NtHeaderControl to the NtTimeChartControl ntTimeChartControl, sets the fonts for the columns and the supercolumns and determines if
the supercolumns shall be below of the comuns or on top.
The difference between the

Normaly you will opt for the version on the left when placing the control on top of the NtTimeChartControl and for the right version when placing it to the bottom.
Overload List:
| Modifier / Return Value | Name and Parameters | Description |
|---|---|---|
|
|
|
Initializes the Header Control. This links the NtHeaderControl to the NtTimeChartControl given as a parameter. |
Return value:
Parameters:
The NtTimeChartControl
you want this Header Control to connect with. The process of connecting is done automatically by this
The font used to draw the column header text.
The font used to draw the text of the supercolumns. The supercolumns are the wider columns that cover several columns and indicate the day, when the columns indicate the
hour etc.
Determines the relation of columns and supercolumns within the Header Control as desribed above.
Remarks:
None.
