asposecells.api

Class SettableChartGlobalizationSettings

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

Constructor Summary
 
Method Summary
methodgetAxisTitleName()
Gets the name of Title for Axis.
methodgetAxisUnitName(type)
Gets the Name of Axis Unit.
methodgetChartTitleName()
Gets the name of Chart Title.
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.
methodsetAxisTitleName(name)
Sets the name of Title for Axis.
methodsetAxisUnitName(type, name)
Sets the Name of Axis Unit.
methodsetChartTitleName(name)
Sets the name of Chart Title.
methodsetLegendDecreaseName(name)
Sets the name of Decrease for Legend.
methodsetLegendIncreaseName(name)
Sets the name of increase for Legend.
methodsetLegendTotalName(name)
Sets the name of Total for Legend.
methodsetOtherName(name)
Sets the name of "Other" labels for Chart.
methodsetSeriesName(name)
Sets the name of Series in the Chart.
 

    • Constructor Detail

      • SettableChartGlobalizationSettings

        SettableChartGlobalizationSettings()
    • Method Detail

      • getSeriesName

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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