asposecells.api

Class ChartGlobalizationSettings

Represents the globalization settings for chart.

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.
 

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