NtTimeChartControl.CultureInfo Property

Within the Nateo namespace there are a few date strings and texts created (especially by the NtRowHeaderControl). These strings might vary from language to language or between cultures. As they are created automatically you can set the CultureInfo in a way that the culture of your choice is being used.
 
Normally you do not need to use this property because by default the current culture of the system is being used.

Overload List:

Modifier / Return Value Name and Parameters Description

public System.Globalization.CultureInfo

CultureInfo

The CultureInfo used to draw the months, weekdays and dates in the NtHeaderControl associated with this NtTimeChartControl.

Return value:

System.Globalization.CultureInfo
The CultureInfo object that is currently in use for creating text and dates.

Remarks:

You can set this property at any time but you might need to switch TimeDisplayMode in order to enforce a recreation of header texts.

See also:

SetTimeUnitNames