Class ChartGlobalizationSettings

Class ChartGlobalizationSettings

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

Represents the globalization settings for chart.

public class ChartGlobalizationSettings

Inheritance

objectChartGlobalizationSettings

Derived

SettableChartGlobalizationSettings

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

ChartGlobalizationSettings()

public ChartGlobalizationSettings()

Methods

GetAxisTitleName()

Gets the name of Title for Axis.

public virtual string GetAxisTitleName()

Returns

string

GetAxisUnitName(DisplayUnitType)

Gets the Name of Axis Unit.

public virtual string GetAxisUnitName(DisplayUnitType type)

Parameters

type DisplayUnitType

Returns

string

GetChartTitleName()

Gets the name of Chart Title.

public virtual string GetChartTitleName()

Returns

string

GetLegendDecreaseName()

Gets the name of Decrease for Legend.

public virtual string GetLegendDecreaseName()

Returns

string

GetLegendIncreaseName()

Gets the name of increase for Legend.

public virtual string GetLegendIncreaseName()

Returns

string

GetLegendTotalName()

Gets the name of Total for Legend.

public virtual string GetLegendTotalName()

Returns

string

GetOtherName()

Gets the name of “Other” labels for Chart.

public virtual string GetOtherName()

Returns

string

GetSeriesName()

Gets the name of Series in the Chart.

public virtual string GetSeriesName()

Returns

string