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