[C#] | public void addLabel(double pos, string label); |
[VB] | Public Sub addLabel(pos As Double, label As String) |
ChartDirector 7.1 (.NET Edition)
AngularAxis.
Usage
[C#] | public void addLabel(double pos, string label); |
[VB] | Public Sub addLabel(pos As Double, label As String) |
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