aspose.cells

Class SettableChartGlobalizationSettings

Implementation of PivotGlobalizationSettings that supports user to set/change pre-defined texts.

Constructor Summary
 
Method Summary
functiongetAxisTitleName()
Gets the name of Title for Axis.
functiongetAxisUnitName(type)
Gets the Name of Axis Unit.
functiongetChartTitleName()
Gets the name of Chart Title.
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.
functionsetAxisTitleName(name)
Sets the name of Title for Axis.
functionsetAxisUnitName(type, name)
Sets the Name of Axis Unit.
functionsetChartTitleName(name)
Sets the name of Chart Title.
functionsetLegendDecreaseName(name)
Sets the name of Decrease for Legend.
functionsetLegendIncreaseName(name)
Sets the name of increase for Legend.
functionsetLegendTotalName(name)
Sets the name of Total for Legend.
functionsetOtherName(name)
Sets the name of "Other" labels for Chart.
functionsetSeriesName(name)
Sets the name of Series in the Chart.
 

    • Constructor Detail

      • SettableChartGlobalizationSettings

        function SettableChartGlobalizationSettings()
    • Method Detail

      • getSeriesName

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

        function setSeriesName(name)
        Sets the name of Series in the Chart.
        Parameters:
        name: String - local dependent name
      • getChartTitleName

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

        function setChartTitleName(name)
        Sets the name of Chart Title.
        Parameters:
        name: String - local dependent name
      • getLegendIncreaseName

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

        function setLegendIncreaseName(name)
        Sets the name of increase for Legend.
        Parameters:
        name: String - local dependent name
      • getLegendDecreaseName

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

        function setLegendDecreaseName(name)
        Sets the name of Decrease for Legend.
        Parameters:
        name: String - local dependent name
      • getLegendTotalName

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

        function setLegendTotalName(name)
        Sets the name of Total for Legend.
        Parameters:
        name: String - local dependent name
      • getAxisTitleName

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

        function setAxisTitleName(name)
        Sets the name of Title for Axis.
        Parameters:
        name: String - local dependent name
      • getOtherName

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

        function setOtherName(name)
        Sets the name of "Other" labels for Chart.
        Parameters:
        name: String - local dependent name
      • getAxisUnitName

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

        function setAxisUnitName(type, name)
        Sets the Name of Axis Unit.
        Parameters:
        name: String - local dependent name
        Parameters:
        type - A DisplayUnitType value.