ChartDirector 7.1 (C++ Edition)

BaseChart.setAMPM


Usage

void setAMPM(const char *am, const char *pm);

Description

Sets the names to be used to denote morning and afternoon.

The default is to use "am" and "pm".

Arguments

ArgumentDefaultDescription
am(Mandatory)The name used to denote morning.
pm(Mandatory)The name used to denote afternoon.

Return Value

None