[C#] | public ChartDirector.TextBox setLabels2(double[] labels [, string formatString ]); |
[VB] | Public Function setLabels2(labels As Double() [, formatString As String ]) As ChartDirector.TextBox |
ChartDirector 7.1 (.NET Edition)
AngularAxis.
Usage
[C#] | public ChartDirector.TextBox setLabels2(double[] labels [, string formatString ]); |
[VB] | Public Function setLabels2(labels As Double() [, formatString As String ]) As ChartDirector.TextBox |
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