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