ChartDirector 5.1 (.NET Edition)

BaseChart.setMonthNames


Usage

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

Description

Sets the names of the months for date/time formatting purposes.

The default is to use the first 3 characters of the English month names (Jan, Feb, Mar ...).

Arguments

ArgumentDefaultDescription
names(Mandatory)An array of 12 text strings to be used as the month names.

Return Value

None