ChartDirector Ver 4.1 (ColdFusion Edition)
FinanceChart.setToolTipDateFormat
Usage
Description
Arguments
| Argument | Default | Description |
|---|---|---|
| monthFormat | (Mandatory) | The tool tip format to use if the data point spacing is one or more months (more than 30 days). The default is "[{xLabel|mmm yyyy}]". |
| dayFormat | (Mandatory) | The tool tip format to use if the data point spacing is 1 day to less than 30 days. The default is "[{xLabel|mmm d, yyyy}]". |
| hourFormat | (Mandatory) | The tool tip format to use if the data point spacing is less than 1 day. The default is "[{xLabel|mmm d, yyyy hh:nn:ss}]". |
Return Value