com.aspose.cells.ChartGlobalizationSettings.html Maven / Gradle / Ivy
ChartGlobalizationSettings
com.aspose.cells
Class ChartGlobalizationSettings
java.lang.Object
AbstractGlobalizationSettings
com.aspose.cells.ChartGlobalizationSettings
public class ChartGlobalizationSettings
- extends AbstractGlobalizationSettings
Constructor Summary |
---|
ChartGlobalizationSettings()
|
Method Summary | ||
---|---|---|
int | compare(java.lang.String v1, java.lang.String v2, boolean ignoreCase) | → inherited from AbstractGlobalizationSettings
|
Compares two string values according to certain collation rules. | ||
java.lang.String | getAxisTitleName() | |
Gets the name of Title for Axis. | ||
java.lang.String | getAxisUnitName(int type) | |
Gets the Name of Axis Unit. | ||
java.lang.String | getChartTitleName() | |
Gets the name of Chart Title. | ||
System.IComparable | getCollationKey(java.lang.String v, boolean ignoreCase) | → inherited from AbstractGlobalizationSettings
|
Transforms the string into a comparable object according to certain collation rules. | ||
java.lang.String | getLegendDecreaseName() | |
Gets the name of Decrease for Legend. | ||
java.lang.String | getLegendIncreaseName() | |
Gets the name of increase for Legend. | ||
java.lang.String | getLegendTotalName() | |
Gets the name of Total for Legend. | ||
java.lang.String | getOtherName() | |
Gets the name of "Other" labels for Chart. | ||
java.lang.String | getSeriesName() | |
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.
compare | → inherited from AbstractGlobalizationSettings
|
public int compare(java.lang.String v1, java.lang.String v2, boolean ignoreCase) |
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
getCollationKey | → inherited from AbstractGlobalizationSettings
|
public System.IComparable getCollationKey(java.lang.String v, boolean ignoreCase) |
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.