aspose.cells

Class ChartGlobalizationSettings

Represents the globalization settings for chart.

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.
 

    • 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.