[VB] | Public Sub setLabels2(labels() As {Double | DateTime} [, formatString As String ]) |
[C#] | public void setLabels2({double | DateTime}[] labels [, string formatString ]); |
ChartDirector 5.1 (.NET Edition)
Axis.setLabels2
Usage
[VB] | Public Sub setLabels2(labels() As {Double | DateTime} [, formatString As String ]) |
[C#] | public void setLabels2({double | DateTime}[] labels [, string formatString ]); |
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