com.aspose.cells
Class ChartGlobalizationSettings
java.lang.Object
AbstractGlobalizationSettings
com.aspose.cells.ChartGlobalizationSettings
public class ChartGlobalizationSettings
- extends AbstractGlobalizationSettings
Represents the globalization settings for chart.
ChartGlobalizationSettings
public ChartGlobalizationSettings()
-
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.
-
Compares two string values according to certain collation rules.
- Parameters:
v1
- the first stringv2
- the second stringignoreCase
- whether ignore case when comparing values
- Returns:
- Integer that indicates the lexical relationship between the two comparands
-
Transforms the string into a comparable object according to certain collation rules.
- Parameters:
v
- String value needs to be compared with others.ignoreCase
- whether ignore case when comparing values
- Returns:
- Object can be used to compare or sort string values
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.