java.lang.ObjectAbstractGlobalizationSettings
com.aspose.cells.ChartGlobalizationSettings
public class ChartGlobalizationSettings
| 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 |
|---|
public ChartGlobalizationSettings()
| Method Detail |
|---|
getSeriesName | |
public java.lang.String getSeriesName() | |
getChartTitleName | |
public java.lang.String getChartTitleName() | |
getLegendIncreaseName | |
public java.lang.String getLegendIncreaseName() | |
getLegendDecreaseName | |
public java.lang.String getLegendDecreaseName() | |
getLegendTotalName | |
public java.lang.String getLegendTotalName() | |
getAxisTitleName | |
public java.lang.String getAxisTitleName() | |
getOtherName | |
public java.lang.String getOtherName() | |
getAxisUnitName | |
public java.lang.String getAxisUnitName(int type) | |
type - A DisplayUnitType value.compare | → inherited from AbstractGlobalizationSettings
|
public int compare(java.lang.String v1, java.lang.String v2, boolean ignoreCase) | |
v1 - the first stringv2 - the second stringignoreCase - whether ignore case when comparing valuesgetCollationKey | → inherited from AbstractGlobalizationSettings
|
public System.IComparable getCollationKey(java.lang.String v, boolean ignoreCase) | |
v - String value needs to be compared with others.ignoreCase - whether ignore case when comparing values