ChartDirector 7.1 (C++ Edition)

BaseChart.setMonthNames


Usage

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