ChartDirector 7.1 (.NET Edition)

BaseChart.setWeekDayNames


Usage

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

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