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
object ← ChartGlobalizationSettings
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
GetAxisUnitName(DisplayUnitType)
Gets the Name of Axis Unit.
public virtual string GetAxisUnitName(DisplayUnitType type)
Parameters
type
DisplayUnitType
Returns
GetChartTitleName()
Gets the name of Chart Title.
public virtual string GetChartTitleName()
Returns
GetLegendDecreaseName()
Gets the name of Decrease for Legend.
public virtual string GetLegendDecreaseName()
Returns
GetLegendIncreaseName()
Gets the name of increase for Legend.
public virtual string GetLegendIncreaseName()
Returns
GetLegendTotalName()
Gets the name of Total for Legend.
public virtual string GetLegendTotalName()
Returns
GetOtherName()
Gets the name of “Other” labels for Chart.
public virtual string GetOtherName()
Returns
GetSeriesName()
Gets the name of Series in the Chart.
public virtual string GetSeriesName()