[VB] | Public Sub setAMPM(am As String, pm As String) |
[C#] | public void setAMPM(string am, string pm); |
ChartDirector 5.1 (.NET Edition)
BaseChart.setAMPM
Usage
[VB] | Public Sub setAMPM(am As String, pm As String) |
[C#] | public void setAMPM(string am, string pm); |
Description
Arguments
Argument | Default | Description |
---|---|---|
am | (Mandatory) | The name used to denote morning. |
pm | (Mandatory) | The name used to denote afternoon. |
Return Value