| Constructor Summary | 
|---|
| Method Summary | ||
|---|---|---|
| function | compare(v1, v2, ignoreCase) | |
| 
            Compares two string values according to certain collation rules.
             | ||
| function | getAxisTitleName() | |
| 
            Gets the name of Title for Axis.
             | ||
| function | getAxisUnitName(type) | |
| 
            Gets the Name of Axis Unit.
             | ||
| function | getChartTitleName() | |
| 
            Gets the name of Chart Title.
             | ||
| function | getCollationKey(v, ignoreCase) | |
| 
            Transforms the string into a comparable object according to certain collation rules.
             | ||
| function | getLegendDecreaseName() | |
| 
            Gets the name of Decrease for Legend.
             | ||
| function | getLegendIncreaseName() | |
| 
            Gets the name of increase for Legend.
             | ||
| function | getLegendTotalName() | |
| 
            Gets the name of Total for Legend.
             | ||
| function | getOtherName() | |
| 
            Gets the name of "Other" labels for Chart.
             | ||
| function | getSeriesName() | |
| 
            Gets the name of Series in the Chart.
             | ||
function getSeriesName()
function getChartTitleName()
function getLegendIncreaseName()
function getLegendDecreaseName()
function getLegendTotalName()
function getAxisTitleName()
function getOtherName()
function getAxisUnitName(type)
function compare(v1, v2, ignoreCase)
v1: String - the first stringv2: String - the second stringignoreCase: boolean - whether ignore case when comparing valuesfunction getCollationKey(v, ignoreCase)
v: String - String value needs to be compared with others.ignoreCase: boolean - whether ignore case when comparing values