[VB] | Public Function setLabels2(labels As Double() [, formatString As String ]) As ChartDirector.TextBox |
[C#] | public ChartDirector.TextBox setLabels2(double[] labels [, string formatString ]); |
ChartDirector 5.1 (.NET Edition)
AngularAxis.setLabels2
Usage
[VB] | Public Function setLabels2(labels As Double() [, formatString As String ]) As ChartDirector.TextBox |
[C#] | public ChartDirector.TextBox setLabels2(double[] labels [, string formatString ]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
labels | (Mandatory) | An array of numbers to be used as the axis labels. |
formatString | "" | A format string to specified how to format the labels into human readable form. Please refer to Axis.setLabelFormat for the syntax of the format string. An empty string means the format will be automatically determined. |
Return Value