SettableChartGlobalizationSettings
Inheritance: java.lang.Object, com.aspose.cells.ChartGlobalizationSettings
public class SettableChartGlobalizationSettings extends ChartGlobalizationSettings
Implementation of PivotGlobalizationSettings that supports user to set/change pre-defined texts.
Constructors
Constructor | Description |
---|---|
SettableChartGlobalizationSettings() |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getAxisTitleName() | Gets the name of Title for Axis. |
getAxisUnitName(int type) | Gets the Name of Axis Unit. |
getChartTitleName() | Gets the name of Chart Title. |
getClass() | |
getLegendDecreaseName() | Gets the name of Decrease for Legend. |
getLegendIncreaseName() | Gets the name of increase for Legend. |
getLegendTotalName() | Gets the name of Total for Legend. |
getOtherName() | Gets the name of “Other” labels for Chart. |
getSeriesName() | Gets the name of Series in the Chart. |
hashCode() | |
notify() | |
notifyAll() | |
setAxisTitleName(String name) | Sets the name of Title for Axis. |
setAxisUnitName(int type, String name) | Sets the Name of Axis Unit. |
setChartTitleName(String name) | Sets the name of Chart Title. |
setLegendDecreaseName(String name) | Sets the name of Decrease for Legend. |
setLegendIncreaseName(String name) | Sets the name of increase for Legend. |
setLegendTotalName(String name) | Sets the name of Total for Legend. |
setOtherName(String name) | Sets the name of “Other” labels for Chart. |
setSeriesName(String name) | Sets the name of Series in the Chart. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
SettableChartGlobalizationSettings()
public SettableChartGlobalizationSettings()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getAxisTitleName()
public String getAxisTitleName()
Gets the name of Title for Axis.
Returns: java.lang.String -
getAxisUnitName(int type)
public String getAxisUnitName(int type)
Gets the Name of Axis Unit.
Parameters:
Parameter | Type | Description |
---|---|---|
type | int |
Returns: java.lang.String -
getChartTitleName()
public String getChartTitleName()
Gets the name of Chart Title.
Returns: java.lang.String -
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getLegendDecreaseName()
public String getLegendDecreaseName()
Gets the name of Decrease for Legend.
Returns: java.lang.String -
getLegendIncreaseName()
public String getLegendIncreaseName()
Gets the name of increase for Legend.
Returns: java.lang.String -
getLegendTotalName()
public String getLegendTotalName()
Gets the name of Total for Legend.
Returns: java.lang.String -
getOtherName()
public String getOtherName()
Gets the name of “Other” labels for Chart.
Returns: java.lang.String -
getSeriesName()
public String getSeriesName()
Gets the name of Series in the Chart.
Returns: java.lang.String -
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setAxisTitleName(String name)
public void setAxisTitleName(String name)
Sets the name of Title for Axis.
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String | local dependent name |
setAxisUnitName(int type, String name)
public void setAxisUnitName(int type, String name)
Sets the Name of Axis Unit.
Parameters:
Parameter | Type | Description |
---|---|---|
type | int | DisplayUnitType. The unit type for displaying axis labels. |
name | java.lang.String | local dependent name |
setChartTitleName(String name)
public void setChartTitleName(String name)
Sets the name of Chart Title.
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String | local dependent name |
setLegendDecreaseName(String name)
public void setLegendDecreaseName(String name)
Sets the name of Decrease for Legend.
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String | local dependent name |
setLegendIncreaseName(String name)
public void setLegendIncreaseName(String name)
Sets the name of increase for Legend.
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String | local dependent name |
setLegendTotalName(String name)
public void setLegendTotalName(String name)
Sets the name of Total for Legend.
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String | local dependent name |
setOtherName(String name)
public void setOtherName(String name)
Sets the name of “Other” labels for Chart.
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String | local dependent name |
setSeriesName(String name)
public void setSeriesName(String name)
Sets the name of Series in the Chart.
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String | local dependent name |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |