SettableChartGlobalizationSettings
SettableChartGlobalizationSettings class
Implementation of PivotGlobalizationSettings that supports user to set/change pre-defined texts.
new SettableChartGlobalizationSettings()
Methods
| Name | Description |
|---|---|
| getAxisTitleName() | Gets the name of Title for Axis. |
| getAxisUnitName() | Gets the Name of Axis Unit. |
| getChartTitleName() | Gets the name of Chart Title. |
| 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. |
| setAxisTitleName(name) | Sets the name of Title for Axis. |
| setAxisUnitName(name) | Sets the Name of Axis Unit. |
| setChartTitleName(name) | Sets the name of Chart Title. |
| setLegendDecreaseName(name) | Sets the name of Decrease for Legend. |
| setLegendIncreaseName(name) | Sets the name of increase for Legend. |
| setLegendTotalName(name) | Sets the name of Total for Legend. |
| setOtherName(name) | Sets the name of “Other” labels for Chart. |
| setSeriesName(name) | Sets the name of Series in the Chart. |
getAxisTitleName()
Gets the name of Title for Axis.
Returns: String — String
getAxisUnitName()
Gets the Name of Axis Unit.
Returns: String — String
getChartTitleName()
Gets the name of Chart Title.
Returns: String — String
getLegendDecreaseName()
Gets the name of Decrease for Legend.
Returns: String — String
getLegendIncreaseName()
Gets the name of increase for Legend.
Returns: String — String
getLegendTotalName()
Gets the name of Total for Legend.
Returns: String — String
getOtherName()
Gets the name of “Other” labels for Chart.
Returns: String — String
getSeriesName()
Gets the name of Series in the Chart.
Returns: String — String
setAxisTitleName(name)
Sets the name of Title for Axis.
| Parameter | Type | Description |
|---|---|---|
| name | String | local dependent name |
setAxisUnitName(name)
Sets the Name of Axis Unit.
| Parameter | Type | Description |
|---|---|---|
| name | String | local dependent name |
setChartTitleName(name)
Sets the name of Chart Title.
| Parameter | Type | Description |
|---|---|---|
| name | String | local dependent name |
setLegendDecreaseName(name)
Sets the name of Decrease for Legend.
| Parameter | Type | Description |
|---|---|---|
| name | String | local dependent name |
setLegendIncreaseName(name)
Sets the name of increase for Legend.
| Parameter | Type | Description |
|---|---|---|
| name | String | local dependent name |
setLegendTotalName(name)
Sets the name of Total for Legend.
| Parameter | Type | Description |
|---|---|---|
| name | String | local dependent name |
setOtherName(name)
Sets the name of “Other” labels for Chart.
| Parameter | Type | Description |
|---|---|---|
| name | String | local dependent name |
setSeriesName(name)
Sets the name of Series in the Chart.
| Parameter | Type | Description |
|---|---|---|
| name | String | local dependent name |