SettableChartGlobalizationSettings
SettableChartGlobalizationSettings class
Implementation of PivotGlobalizationSettings that supports user to set/change pre-defined texts.
class SettableChartGlobalizationSettings;
Constructors
| Name | Description |
|---|---|
| constructor() | Default Constructor. |
Methods
| Method | Description |
|---|---|
| setSeriesName(string) | Sets the name of Series in the Chart. |
| setChartTitleName(string) | Sets the name of Chart Title. |
| setLegendIncreaseName(string) | Sets the name of increase for Legend. |
| setLegendDecreaseName(string) | Sets the name of Decrease for Legend. |
| setLegendTotalName(string) | Sets the name of Total for Legend. |
| setAxisTitleName(string) | Sets the name of Title for Axis. |
| setOtherName(string) | Sets the name of “Other” labels for Chart. |
| setAxisUnitName(DisplayUnitType, string) | Sets the Name of Axis Unit. |
| getSeriesName() | Gets the name of Series in the Chart. |
| getChartTitleName() | Gets the name of Chart Title. |
| getLegendIncreaseName() | Gets the name of increase for Legend. |
| getLegendDecreaseName() | Gets the name of Decrease for Legend. |
| getLegendTotalName() | Gets the name of Total for Legend. |
| getAxisTitleName() | Gets the name of Title for Axis. |
| getOtherName() | Gets the name of “Other” labels for Chart. |
| getAxisUnitName(DisplayUnitType) | Gets the Name of Axis Unit. |
constructor()
Default Constructor.
constructor();
setSeriesName(string)
Sets the name of Series in the Chart.
setSeriesName(name: string) : void;
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | string | local dependent name |
setChartTitleName(string)
Sets the name of Chart Title.
setChartTitleName(name: string) : void;
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | string | local dependent name |
setLegendIncreaseName(string)
Sets the name of increase for Legend.
setLegendIncreaseName(name: string) : void;
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | string | local dependent name |
setLegendDecreaseName(string)
Sets the name of Decrease for Legend.
setLegendDecreaseName(name: string) : void;
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | string | local dependent name |
setLegendTotalName(string)
Sets the name of Total for Legend.
setLegendTotalName(name: string) : void;
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | string | local dependent name |
setAxisTitleName(string)
Sets the name of Title for Axis.
setAxisTitleName(name: string) : void;
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | string | local dependent name |
setOtherName(string)
Sets the name of “Other” labels for Chart.
setOtherName(name: string) : void;
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | string | local dependent name |
setAxisUnitName(DisplayUnitType, string)
Sets the Name of Axis Unit.
setAxisUnitName(type: DisplayUnitType, name: string) : void;
Parameters:
| Parameter | Type | Description |
|---|---|---|
| type | DisplayUnitType | The unit type for displaying axis labels. |
| name | string | local dependent name |
getSeriesName()
Gets the name of Series in the Chart.
getSeriesName() : string;
getChartTitleName()
Gets the name of Chart Title.
getChartTitleName() : string;
getLegendIncreaseName()
Gets the name of increase for Legend.
getLegendIncreaseName() : string;
getLegendDecreaseName()
Gets the name of Decrease for Legend.
getLegendDecreaseName() : string;
getLegendTotalName()
Gets the name of Total for Legend.
getLegendTotalName() : string;
getAxisTitleName()
Gets the name of Title for Axis.
getAxisTitleName() : string;
getOtherName()
Gets the name of “Other” labels for Chart.
getOtherName() : string;
getAxisUnitName(DisplayUnitType)
Gets the Name of Axis Unit.
getAxisUnitName(type: DisplayUnitType) : string;
Parameters:
| Parameter | Type | Description |
|---|---|---|
| type | DisplayUnitType |