com.aspose.cells
Class ChartGlobalizationSettings

java.lang.Object
    extended by com.aspose.cells.ChartGlobalizationSettings

public class ChartGlobalizationSettings 
extends java.lang.Object

Represents the globalization settings for chart.


Constructor Summary
ChartGlobalizationSettings()
          
 
Method Summary
java.lang.StringgetAxisTitleName()
           Gets the name of Title for Axis.
java.lang.StringgetAxisUnitName(int type)
           Gets the Name of Axis Unit.
java.lang.StringgetChartTitleName()
           Gets the name of Chart Title.
java.lang.StringgetLegendDecreaseName()
           Gets the name of Decrease for Legend.
java.lang.StringgetLegendIncreaseName()
           Gets the name of increase for Legend.
java.lang.StringgetLegendTotalName()
           Gets the name of Total for Legend.
java.lang.StringgetOtherName()
           Gets the name of "Other" labels for Chart.
java.lang.StringgetSeriesName()
           Gets the name of Series in the Chart.
 

Constructor Detail

ChartGlobalizationSettings

public ChartGlobalizationSettings()

Method Detail

getSeriesName

public java.lang.String getSeriesName()
Gets the name of Series in the Chart.
Returns:

getChartTitleName

public java.lang.String getChartTitleName()
Gets the name of Chart Title.
Returns:

getLegendIncreaseName

public java.lang.String getLegendIncreaseName()
Gets the name of increase for Legend.
Returns:

getLegendDecreaseName

public java.lang.String getLegendDecreaseName()
Gets the name of Decrease for Legend.
Returns:

getLegendTotalName

public java.lang.String getLegendTotalName()
Gets the name of Total for Legend.
Returns:

getAxisTitleName

public java.lang.String getAxisTitleName()
Gets the name of Title for Axis.
Returns:

getOtherName

public java.lang.String getOtherName()
Gets the name of "Other" labels for Chart.
Returns:

getAxisUnitName

public java.lang.String getAxisUnitName(int type)
Gets the Name of Axis Unit.
Returns:
Parameters:
type - A DisplayUnitType value.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.