| GetAxisTitleName() | Gets the name of Title for Axis. |
| GetAxisUnitName(DisplayUnitType type) | Gets the Name of Axis Unit. |
| GetChartTitleName() | Gets the name of Chart Title. |
| GetLegendDecreaseName() | Gets the name of Decrease for Legend. |
| GetLegendIncreaseName() | Gets the name of increase for Legend. |
| GetLegendTotalName() | Gets the name of Total for Legend. |
| GetOtherName() | Gets the name of “Other” labels for Chart. |
| GetSeriesName() | Gets the name of Series in the Chart. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const SettableChartGlobalizationSettings& src) | operator= |
| SetAxisTitleName(const U16String& name) | Sets the name of Title for Axis. |
| SetAxisTitleName(const char16_t* name) | Sets the name of Title for Axis. |
| SetAxisUnitName(DisplayUnitType type, const U16String& name) | Sets the Name of Axis Unit. |
| SetAxisUnitName(DisplayUnitType type, const char16_t* name) | Sets the Name of Axis Unit. |
| SetChartTitleName(const U16String& name) | Sets the name of Chart Title. |
| SetChartTitleName(const char16_t* name) | Sets the name of Chart Title. |
| SetLegendDecreaseName(const U16String& name) | Sets the name of Decrease for Legend. |
| SetLegendDecreaseName(const char16_t* name) | Sets the name of Decrease for Legend. |
| SetLegendIncreaseName(const U16String& name) | Sets the name of increase for Legend. |
| SetLegendIncreaseName(const char16_t* name) | Sets the name of increase for Legend. |
| SetLegendTotalName(const U16String& name) | Sets the name of Total for Legend. |
| SetLegendTotalName(const char16_t* name) | Sets the name of Total for Legend. |
| SetOtherName(const U16String& name) | Sets the name of “Other” labels for Chart. |
| SetOtherName(const char16_t* name) | Sets the name of “Other” labels for Chart. |
| SetSeriesName(const U16String& name) | Sets the name of Series in the Chart. |
| SetSeriesName(const char16_t* name) | Sets the name of Series in the Chart. |
| SettableChartGlobalizationSettings() | Default constructor. |
| SettableChartGlobalizationSettings(SettableChartGlobalizationSettings_Impl* impl) | Constructs from an implementation object. |
| SettableChartGlobalizationSettings(const SettableChartGlobalizationSettings& src) | Copy constructor. |
| ~SettableChartGlobalizationSettings() | Destructor. |