ChartGlobalizationSettings Class
ChartGlobalizationSettings class
Represents the globalization settings for chart.
type ChartGlobalizationSettings struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewChartGlobalizationSettings | Default constructor. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetSeriesName | Gets the name of Series in the Chart. |
| GetChartTitleName | Gets the name of Chart Title. |
| GetLegendIncreaseName | Gets the name of increase for Legend. |
| GetLegendDecreaseName | Gets the name of Decrease for Legend. |
| GetLegendTotalName | Gets the name of Total for Legend. |
| GetAxisTitleName | Gets the name of Title for Axis. |
| GetOtherName | Gets the name of “Other” labels for Chart. |
| GetAxisUnitName | Gets the Name of Axis Unit. |