ChartDirector 5.1 (.NET Edition)

BaseChart.setWeekDayNames


Usage

[VB] Public Sub setWeekDayNames(names As String())
[C#] public void setWeekDayNames(string[] names);

Description

Sets the names of the week days for date/time formatting purposes.

The default is to use the first 3 characters of the English week day names (Sun, Mon, Tue, ...).

Arguments

ArgumentDefaultDescription
names(Mandatory)An array of 7 text strings to be used as the week day names.

Return Value

None