[VB] | Public Sub addLabel(pos As Double, label As String) |
[C#] | public void addLabel(double pos, string label); |
ChartDirector 5.1 (.NET Edition)
Axis.addLabel
Usage
[VB] | Public Sub addLabel(pos As Double, label As String) |
[C#] | public void addLabel(double pos, string label); |
Description
Arguments
Argument | Default | Description |
---|---|---|
pos | (Mandatory) | The position on the axis to add the label. |
label | (Mandatory) | The text label to add. |
Return Value