Class ChartGlobalizationSettings
Class ChartGlobalizationSettings
命名空间: Aspose.Cells.Charts
程序集: Aspose.Cells.dll (25.2.0)
表示图表的全球化设置。
public class ChartGlobalizationSettings
继承
object ← ChartGlobalizationSettings
派生
SettableChartGlobalizationSettings
继承成员
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
构造函数
ChartGlobalizationSettings()
public ChartGlobalizationSettings()
方法
GetAxisTitleName()
获取轴的标题名称。
public virtual string GetAxisTitleName()
返回
GetAxisUnitName(DisplayUnitType)
获取轴单位的名称。
public virtual string GetAxisUnitName(DisplayUnitType type)
参数
type
DisplayUnitType
返回
GetChartTitleName()
获取图表标题的名称。
public virtual string GetChartTitleName()
返回
GetLegendDecreaseName()
获取图例的减少名称。
public virtual string GetLegendDecreaseName()
返回
GetLegendIncreaseName()
获取图例的增加名称。
public virtual string GetLegendIncreaseName()
返回
GetLegendTotalName()
获取图例的总名称。
public virtual string GetLegendTotalName()
返回
GetOtherName()
获取图表中“其他”标签的名称。
public virtual string GetOtherName()
返回
GetSeriesName()
获取图表中系列的名称。
public virtual string GetSeriesName()