SettableChartGlobalizationSettings Class

SettableChartGlobalizationSettings class

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


type SettableChartGlobalizationSettings struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewSettableChartGlobalizationSettingsDefault constructor.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetSeriesNameGets the name of Series in the Chart.
SetSeriesNameSets the name of Series in the Chart.
GetChartTitleNameGets the name of Chart Title.
SetChartTitleNameSets the name of Chart Title.
GetLegendIncreaseNameGets the name of increase for Legend.
SetLegendIncreaseNameSets the name of increase for Legend.
GetLegendDecreaseNameGets the name of Decrease for Legend.
SetLegendDecreaseNameSets the name of Decrease for Legend.
GetLegendTotalNameGets the name of Total for Legend.
SetLegendTotalNameSets the name of Total for Legend.
GetAxisTitleNameGets the name of Title for Axis.
SetAxisTitleNameSets the name of Title for Axis.
GetOtherNameGets the name of “Other” labels for Chart.
SetOtherNameSets the name of “Other” labels for Chart.
GetAxisUnitNameGets the Name of Axis Unit.
SetAxisUnitNameSets the Name of Axis Unit.