SettableChartGlobalizationSettings Class
Contents
[
Hide
]SettableChartGlobalizationSettings class
Implementation of PivotGlobalizationSettings that supports user to set/change pre-defined texts.
type SettableChartGlobalizationSettings struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewSettableChartGlobalizationSettings | Default constructor. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetSeriesName | Gets the name of Series in the Chart. |
| SetSeriesName | Sets the name of Series in the Chart. |
| GetChartTitleName | Gets the name of Chart Title. |
| SetChartTitleName | Sets the name of Chart Title. |
| GetLegendIncreaseName | Gets the name of increase for Legend. |
| SetLegendIncreaseName | Sets the name of increase for Legend. |
| GetLegendDecreaseName | Gets the name of Decrease for Legend. |
| SetLegendDecreaseName | Sets the name of Decrease for Legend. |
| GetLegendTotalName | Gets the name of Total for Legend. |
| SetLegendTotalName | Sets the name of Total for Legend. |
| GetAxisTitleName | Gets the name of Title for Axis. |
| SetAxisTitleName | Sets the name of Title for Axis. |
| GetOtherName | Gets the name of “Other” labels for Chart. |
| SetOtherName | Sets the name of “Other” labels for Chart. |
| GetAxisUnitName | Gets the Name of Axis Unit. |
| SetAxisUnitName | Sets the Name of Axis Unit. |