ChartDirector 7.1 (.NET Edition)

BaseChart.setMonthNames


Usage

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

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