Class SettableChartGlobalizationSettings

Class SettableChartGlobalizationSettings

Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)

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

public class SettableChartGlobalizationSettings : ChartGlobalizationSettings

Inheritance

objectChartGlobalizationSettingsSettableChartGlobalizationSettings

Inherited Members

ChartGlobalizationSettings.GetSeriesName(), ChartGlobalizationSettings.GetChartTitleName(), ChartGlobalizationSettings.GetLegendIncreaseName(), ChartGlobalizationSettings.GetLegendDecreaseName(), ChartGlobalizationSettings.GetLegendTotalName(), ChartGlobalizationSettings.GetAxisTitleName(), ChartGlobalizationSettings.GetOtherName(), ChartGlobalizationSettings.GetAxisUnitName(DisplayUnitType), object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

SettableChartGlobalizationSettings()

public SettableChartGlobalizationSettings()

Methods

GetAxisTitleName()

Gets the name of Title for Axis.

public override string GetAxisTitleName()

Returns

string

GetAxisUnitName(DisplayUnitType)

Gets the Name of Axis Unit.

public override string GetAxisUnitName(DisplayUnitType type)

Parameters

type DisplayUnitType

Returns

string

GetChartTitleName()

Gets the name of Chart Title.

public override string GetChartTitleName()

Returns

string

GetLegendDecreaseName()

Gets the name of Decrease for Legend.

public override string GetLegendDecreaseName()

Returns

string

GetLegendIncreaseName()

Gets the name of increase for Legend.

public override string GetLegendIncreaseName()

Returns

string

GetLegendTotalName()

Gets the name of Total for Legend.

public override string GetLegendTotalName()

Returns

string

GetOtherName()

Gets the name of “Other” labels for Chart.

public override string GetOtherName()

Returns

string

GetSeriesName()

Gets the name of Series in the Chart.

public override string GetSeriesName()

Returns

string

SetAxisTitleName(string)

Sets the name of Title for Axis.

public void SetAxisTitleName(string name)

Parameters

name string

local dependent name

SetAxisUnitName(DisplayUnitType, string)

Sets the Name of Axis Unit.

public void SetAxisUnitName(DisplayUnitType type, string name)

Parameters

type DisplayUnitType

The unit type for displaying axis labels.

name string

local dependent name

SetChartTitleName(string)

Sets the name of Chart Title.

public void SetChartTitleName(string name)

Parameters

name string

local dependent name

SetLegendDecreaseName(string)

Sets the name of Decrease for Legend.

public void SetLegendDecreaseName(string name)

Parameters

name string

local dependent name

SetLegendIncreaseName(string)

Sets the name of increase for Legend.

public void SetLegendIncreaseName(string name)

Parameters

name string

local dependent name

SetLegendTotalName(string)

Sets the name of Total for Legend.

public void SetLegendTotalName(string name)

Parameters

name string

local dependent name

SetOtherName(string)

Sets the name of “Other” labels for Chart.

public void SetOtherName(string name)

Parameters

name string

local dependent name

SetSeriesName(string)

Sets the name of Series in the Chart.

public void SetSeriesName(string name)

Parameters

name string

local dependent name