SettableChartGlobalizationSettings
Contents
[
Hide
]SettableChartGlobalizationSettings class
Implementation of PivotGlobalizationSettings that supports user to set/change pre-defined texts.
Constructors
| Name | Description |
|---|---|
| SettableChartGlobalizationSettings |
Methods
| Name | Description |
|---|---|
| getSeriesName | Gets the name of Series in the Chart. |
| setSeriesName | Sets the name of Series in the Chart. |
| getChartTitleName | Gets the name of Chart Title. |
| setChartTitleName | Sets the name of Chart Title. |
| getLegendIncreaseName | Gets the name of increase for Legend. |
| setLegendIncreaseName | Sets the name of increase for Legend. |
| getLegendDecreaseName | Gets the name of Decrease for Legend. |
| setLegendDecreaseName | Sets the name of Decrease for Legend. |
| getLegendTotalName | Gets the name of Total for Legend. |
| setLegendTotalName | Sets the name of Total for Legend. |
| getAxisTitleName | Gets the name of Title for Axis. |
| setAxisTitleName | Sets the name of Title for Axis. |
| getOtherName | Gets the name of “Other” labels for Chart. |
| setOtherName | Sets the name of “Other” labels for Chart. |
| getAxisUnitName | Gets the Name of Axis Unit. |
| setAxisUnitName | Sets the Name of Axis Unit. |
SettableChartGlobalizationSettings()
getSeriesName()
Gets the name of Series in the Chart.
setSeriesName(name)
Sets the name of Series in the Chart.
| Parameter | Type | Description |
|---|---|---|
| name | String | local dependent name |
getChartTitleName()
Gets the name of Chart Title.
setChartTitleName(name)
Sets the name of Chart Title.
| Parameter | Type | Description |
|---|---|---|
| name | String | local dependent name |
getLegendIncreaseName()
Gets the name of increase for Legend.
setLegendIncreaseName(name)
Sets the name of increase for Legend.
| Parameter | Type | Description |
|---|---|---|
| name | String | local dependent name |
getLegendDecreaseName()
Gets the name of Decrease for Legend.
setLegendDecreaseName(name)
Sets the name of Decrease for Legend.
| Parameter | Type | Description |
|---|---|---|
| name | String | local dependent name |
getLegendTotalName()
Gets the name of Total for Legend.
setLegendTotalName(name)
Sets the name of Total for Legend.
| Parameter | Type | Description |
|---|---|---|
| name | String | local dependent name |
getAxisTitleName()
Gets the name of Title for Axis.
setAxisTitleName(name)
Sets the name of Title for Axis.
| Parameter | Type | Description |
|---|---|---|
| name | String | local dependent name |
getOtherName()
Gets the name of “Other” labels for Chart.
setOtherName(name)
Sets the name of “Other” labels for Chart.
| Parameter | Type | Description |
|---|---|---|
| name | String | local dependent name |
getAxisUnitName(type)
Gets the Name of Axis Unit.
setAxisUnitName(type, name)
Sets the Name of Axis Unit.
| Parameter | Type | Description |
|---|---|---|
| name | String | local dependent name |