asposecells.api

Class ChartGlobalizationSettings

Represents the globalization settings for chart.

Constructor Summary
 
Method Summary
methodcompare(v1, v2, ignoreCase)
Compares two string values according to certain collation rules.
methodgetAxisTitleName()
Gets the name of Title for Axis.
methodgetAxisUnitName(type)
Gets the Name of Axis Unit.
methodgetChartTitleName()
Gets the name of Chart Title.
methodgetCollationKey(v, ignoreCase)
Transforms the string into a comparable object according to certain collation rules.
methodgetLegendDecreaseName()
Gets the name of Decrease for Legend.
methodgetLegendIncreaseName()
Gets the name of increase for Legend.
methodgetLegendTotalName()
Gets the name of Total for Legend.
methodgetOtherName()
Gets the name of "Other" labels for Chart.
methodgetSeriesName()
Gets the name of Series in the Chart.
 

    • Constructor Detail

      • ChartGlobalizationSettings

        ChartGlobalizationSettings()
    • Method Detail

      • getSeriesName

        String getSeriesName()
        Gets the name of Series in the Chart.
        Returns:
      • getChartTitleName

        String getChartTitleName()
        Gets the name of Chart Title.
        Returns:
      • getLegendIncreaseName

        String getLegendIncreaseName()
        Gets the name of increase for Legend.
        Returns:
      • getLegendDecreaseName

        String getLegendDecreaseName()
        Gets the name of Decrease for Legend.
        Returns:
      • getLegendTotalName

        String getLegendTotalName()
        Gets the name of Total for Legend.
        Returns:
      • getAxisTitleName

        String getAxisTitleName()
        Gets the name of Title for Axis.
        Returns:
      • getOtherName

        String getOtherName()
        Gets the name of "Other" labels for Chart.
        Returns:
      • getAxisUnitName

        String getAxisUnitName(type)
        Gets the Name of Axis Unit.
        Returns:
        Parameters:
        type - A DisplayUnitType value.
      • compare

        int compare(v1, v2, ignoreCase)
        Compares two string values according to certain collation rules.
        Parameters:
        v1: String - the first string
        v2: String - the second string
        ignoreCase: boolean - whether ignore case when comparing values
        Returns:
        Integer that indicates the lexical relationship between the two comparands
      • getCollationKey

        IComparable getCollationKey(v, ignoreCase)
        Transforms the string into a comparable object according to certain collation rules.
        Parameters:
        v: String - String value needs to be compared with others.
        ignoreCase: boolean - whether ignore case when comparing values
        Returns:
        Object can be used to compare or sort string values