aspose.cells

Class ChartGlobalizationSettings

Represents the globalization settings for chart.

Constructor Summary
 
Method Summary
functioncompare(v1, v2, ignoreCase)
Compares two string values according to certain collation rules.
functiongetAxisTitleName()
Gets the name of Title for Axis.
functiongetAxisUnitName(type)
Gets the Name of Axis Unit.
functiongetChartTitleName()
Gets the name of Chart Title.
functiongetCollationKey(v, ignoreCase)
Transforms the string into a comparable object according to certain collation rules.
functiongetLegendDecreaseName()
Gets the name of Decrease for Legend.
functiongetLegendIncreaseName()
Gets the name of increase for Legend.
functiongetLegendTotalName()
Gets the name of Total for Legend.
functiongetOtherName()
Gets the name of "Other" labels for Chart.
functiongetSeriesName()
Gets the name of Series in the Chart.
 

    • Constructor Detail

      • ChartGlobalizationSettings

        function ChartGlobalizationSettings()
    • Method Detail

      • getSeriesName

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

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

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

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

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

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

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

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

        function 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

        function 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