Class SettableChartGlobalizationSettings

SettableChartGlobalizationSettings class

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

public class SettableChartGlobalizationSettings : ChartGlobalizationSettings

Constructors

NameDescription
SettableChartGlobalizationSettings()The default constructor.

Methods

NameDescription
override GetAxisTitleName()Gets the name of Title for Axis.
override GetAxisUnitName(DisplayUnitType)Gets the Name of Axis Unit.
override GetChartTitleName()Gets the name of Chart Title.
override GetLegendDecreaseName()Gets the name of Decrease for Legend.
override GetLegendIncreaseName()Gets the name of increase for Legend.
override GetLegendTotalName()Gets the name of Total for Legend.
override GetOtherName()Gets the name of “Other” labels for Chart.
override GetSeriesName()Gets the name of Series in the Chart.
SetAxisTitleName(string)Sets the name of Title for Axis.
SetAxisUnitName(DisplayUnitType, string)Sets the Name of Axis Unit.
SetChartTitleName(string)Sets the name of Chart Title.
SetLegendDecreaseName(string)Sets the name of Decrease for Legend.
SetLegendIncreaseName(string)Sets the name of increase for Legend.
SetLegendTotalName(string)Sets the name of Total for Legend.
SetOtherName(string)Sets the name of “Other” labels for Chart.
SetSeriesName(string)Sets the name of Series in the Chart.

See Also