ChartDirector 7.1 (.NET Edition)

BaseChart.setAMPM


Usage

[C#]public void setAMPM(string am, string pm);
[VB]Public Sub setAMPM(am As String, pm As String)

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