ChartDirector 6.0 (ColdFusion Edition)

BaseChart.setMonthNames


Usage

setMonthNames(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