ChartGlobalizationSettings
Contents
[
Hide
]ChartGlobalizationSettings class
Represents the globalization settings for chart.
class ChartGlobalizationSettings;
Constructors
Constructor | Description |
---|---|
constructor() | Default Constructor. |
Methods
Method | Description |
---|---|
abstract getSeriesName() | Gets the name of Series in the Chart. |
abstract getChartTitleName() | Gets the name of Chart Title. |
abstract getLegendIncreaseName() | Gets the name of increase for Legend. |
abstract getLegendDecreaseName() | Gets the name of Decrease for Legend. |
abstract getLegendTotalName() | Gets the name of Total for Legend. |
abstract getAxisTitleName() | Gets the name of Title for Axis. |
abstract getOtherName() | Gets the name of “Other” labels for Chart. |
abstract getAxisUnitName(DisplayUnitType) | Gets the Name of Axis Unit. |
constructor()
Default Constructor.
constructor();
getSeriesName()
Gets the name of Series in the Chart.
abstract getSeriesName() : string;
getChartTitleName()
Gets the name of Chart Title.
abstract getChartTitleName() : string;
getLegendIncreaseName()
Gets the name of increase for Legend.
abstract getLegendIncreaseName() : string;
getLegendDecreaseName()
Gets the name of Decrease for Legend.
abstract getLegendDecreaseName() : string;
getLegendTotalName()
Gets the name of Total for Legend.
abstract getLegendTotalName() : string;
getAxisTitleName()
Gets the name of Title for Axis.
abstract getAxisTitleName() : string;
getOtherName()
Gets the name of “Other” labels for Chart.
abstract getOtherName() : string;
getAxisUnitName(DisplayUnitType)
Gets the Name of Axis Unit.
abstract getAxisUnitName(type: DisplayUnitType) : string;
Parameters:
Parameter | Type | Description |
---|---|---|
type | DisplayUnitType |