SettableChartGlobalizationSettings

SettableChartGlobalizationSettings class

Implementation of PivotGlobalizationSettings that supports user to set/change pre-defined texts.

class SettableChartGlobalizationSettings;

Constructors

ConstructorDescription
constructor()Default Constructor.

Methods

MethodDescription
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.
isNull()Checks whether the implementation object is null.
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:

ParameterTypeDescription
namestringlocal dependent name

setChartTitleName(string)

Sets the name of Chart Title.

setChartTitleName(name: string) : void;

Parameters:

ParameterTypeDescription
namestringlocal dependent name

setLegendIncreaseName(string)

Sets the name of increase for Legend.

setLegendIncreaseName(name: string) : void;

Parameters:

ParameterTypeDescription
namestringlocal dependent name

setLegendDecreaseName(string)

Sets the name of Decrease for Legend.

setLegendDecreaseName(name: string) : void;

Parameters:

ParameterTypeDescription
namestringlocal dependent name

setLegendTotalName(string)

Sets the name of Total for Legend.

setLegendTotalName(name: string) : void;

Parameters:

ParameterTypeDescription
namestringlocal dependent name

setAxisTitleName(string)

Sets the name of Title for Axis.

setAxisTitleName(name: string) : void;

Parameters:

ParameterTypeDescription
namestringlocal dependent name

setOtherName(string)

Sets the name of “Other” labels for Chart.

setOtherName(name: string) : void;

Parameters:

ParameterTypeDescription
namestringlocal dependent name

setAxisUnitName(DisplayUnitType, string)

Sets the Name of Axis Unit.

setAxisUnitName(type: DisplayUnitType, name: string) : void;

Parameters:

ParameterTypeDescription
typeDisplayUnitTypeThe unit type for displaying axis labels.
namestringlocal dependent name

isNull()

Checks whether the implementation object is null.

isNull() : boolean;

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:

ParameterTypeDescription
typeDisplayUnitType