SettableChartGlobalizationSettings class

SettableChartGlobalizationSettings class

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

Inheritance: SettableChartGlobalizationSettingsChartGlobalizationSettings

The SettableChartGlobalizationSettings type exposes the following members:

Constructors

ConstructorDescription
__init__(self)Constructs a new instance of SettableChartGlobalizationSettings

Methods

MethodDescription
get_series_name(self)Gets the name of Series in the Chart.
get_chart_title_name(self)Gets the name of Chart Title.
get_legend_increase_name(self)Gets the name of increase for Legend.
get_legend_decrease_name(self)Gets the name of Decrease for Legend.
get_legend_total_name(self)Gets the name of Total for Legend.
get_axis_title_name(self)Gets the name of Title for Axis.
get_other_name(self)Gets the name of “Other” labels for Chart.
get_axis_unit_name(self, type)Gets the Name of Axis Unit.
set_series_name(self, name)Sets the name of Series in the Chart.
set_chart_title_name(self, name)Sets the name of Chart Title.
set_legend_increase_name(self, name)Sets the name of increase for Legend.
set_legend_decrease_name(self, name)Sets the name of Decrease for Legend.
set_legend_total_name(self, name)Sets the name of Total for Legend.
set_axis_title_name(self, name)Sets the name of Title for Axis.
set_other_name(self, name)Sets the name of “Other” labels for Chart.
set_axis_unit_name(self, type, name)Sets the Name of Axis Unit.

See Also