ChartDirector 7.0 (PHP Edition)

BaseChart.setAMPM


Usage

setAMPM(am, 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