[C#] | public void setLabels2({double | DateTime}[] labels [, string formatString ]); |
[VB] | Public Sub setLabels2(labels() As {Double | DateTime} [, formatString As String ]) |
ChartDirector 7.1 (.NET Edition)
Axis.
Usage
[C#] | public void setLabels2({double | DateTime}[] labels [, string formatString ]); |
[VB] | Public Sub setLabels2(labels() As {Double | DateTime} [, formatString As String ]) |
Description
Arguments
Argument | Default | Description |
---|---|---|
labels | (Mandatory) | An array of numbers/dates 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