Aspose::Cells::Charts::ChartGlobalizationSettings class

ChartGlobalizationSettings class

Represents the globalization settings for chart.

class ChartGlobalizationSettings

Methods

MethodDescription
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() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const ChartGlobalizationSettings& src)
~ChartGlobalizationSettings()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also