Class ChartGlobalizationSettings

Class ChartGlobalizationSettings

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

Representa la configuración de globalización para el gráfico.

public class ChartGlobalizationSettings

Herencia

objectChartGlobalizationSettings

Derivados

SettableChartGlobalizationSettings

Miembros heredados

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

Constructores

ChartGlobalizationSettings()

public ChartGlobalizationSettings()

Métodos

GetAxisTitleName()

Obtiene el nombre del Título para el Eje.

public virtual string GetAxisTitleName()

Devuelve

string

GetAxisUnitName(DisplayUnitType)

Obtiene el Nombre de la Unidad del Eje.

public virtual string GetAxisUnitName(DisplayUnitType type)

Parámetros

type DisplayUnitType

Devuelve

string

GetChartTitleName()

Obtiene el nombre del Título del Gráfico.

public virtual string GetChartTitleName()

Devuelve

string

GetLegendDecreaseName()

Obtiene el nombre de Decremento para la Leyenda.

public virtual string GetLegendDecreaseName()

Devuelve

string

GetLegendIncreaseName()

Obtiene el nombre de incremento para la Leyenda.

public virtual string GetLegendIncreaseName()

Devuelve

string

GetLegendTotalName()

Obtiene el nombre de Total para la Leyenda.

public virtual string GetLegendTotalName()

Devuelve

string

GetOtherName()

Obtiene el nombre de las etiquetas “Otro” para el Gráfico.

public virtual string GetOtherName()

Devuelve

string

GetSeriesName()

Obtiene el nombre de la Serie en el Gráfico.

public virtual string GetSeriesName()

Devuelve

string

 Español