new SettableChartGlobalizationSettings()

Methods

getAxisTitleName() → String

Gets the name of Title for Axis.

Returns

String 

getAxisUnitName() → String

Gets the Name of Axis Unit.

Returns

String 

getChartTitleName() → String

Gets the name of Chart Title.

Returns

String 

getLegendDecreaseName() → String

Gets the name of Decrease for Legend.

Returns

String 

getLegendIncreaseName() → String

Gets the name of increase for Legend.

Returns

String 

getLegendTotalName() → String

Gets the name of Total for Legend.

Returns

String 

getOtherName() → String

Gets the name of "Other" labels for Chart.

Returns

String 

getSeriesName() → String

Gets the name of Series in the Chart.

Returns

String 

setAxisTitleName(name)

Sets the name of Title for Axis.

Parameter

Name Type Optional Description

name

String

 

local dependent name

setAxisUnitName(name)

Sets the Name of Axis Unit.

Parameter

Name Type Optional Description

name

String

 

local dependent name

setChartTitleName(name)

Sets the name of Chart Title.

Parameter

Name Type Optional Description

name

String

 

local dependent name

setLegendDecreaseName(name)

Sets the name of Decrease for Legend.

Parameter

Name Type Optional Description

name

String

 

local dependent name

setLegendIncreaseName(name)

Sets the name of increase for Legend.

Parameter

Name Type Optional Description

name

String

 

local dependent name

setLegendTotalName(name)

Sets the name of Total for Legend.

Parameter

Name Type Optional Description

name

String

 

local dependent name

setOtherName(name)

Sets the name of "Other" labels for Chart.

Parameter

Name Type Optional Description

name

String

 

local dependent name

setSeriesName(name)

Sets the name of Series in the Chart.

Parameter

Name Type Optional Description

name

String

 

local dependent name