Aspose::Cells::Charts::ChartGlobalizationSettings class
Contents
[
Hide
]ChartGlobalizationSettings class
Represents the globalization settings for chart.
class ChartGlobalizationSettings
Methods
Method | Description |
---|---|
ChartGlobalizationSettings() | Default constructor. |
ChartGlobalizationSettings(const ChartGlobalizationSettings& src) | |
virtual GetAxisTitleName() | Gets the name of Title for Axis. |
virtual GetAxisUnitName(DisplayUnitType type) | Gets the Name of Axis Unit. |
virtual GetChartTitleName() | Gets the name of ChartTitle. |
virtual GetLegendDecreaseName() | Gets the name of Decrease for Legend. |
virtual GetLegendIncreaseName() | Gets the name of increase for Legend. |
virtual GetLegendTotalName() | Gets the name of Total for Legend. |
virtual GetOtherName() | Gets the name of “Other” labels for Chart. |
virtual 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 ChartGlobalizationSettings& src) | |
~ChartGlobalizationSettings() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++