Class SeriesLayoutProperties

Class SeriesLayoutProperties

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

表示系列布局的属性。

public class SeriesLayoutProperties

继承

objectSeriesLayoutProperties

继承成员

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

构造函数

SeriesLayoutProperties()

public SeriesLayoutProperties()

属性

IsIntervalLeftClosed

指示区间左侧是否闭合。

public bool IsIntervalLeftClosed { get; set; }

属性值

bool

MapChartProjectionType

获取和设置地图的投影类型。

public MapChartProjectionType MapChartProjectionType { get; set; }

属性值

MapChartProjectionType

MapChartRegionType

获取和设置地图的区域类型。

public MapChartRegionType MapChartRegionType { get; set; }

属性值

MapChartRegionType

MapLabelLayout

获取和设置地图标签的布局。

public MapChartLabelLayout MapLabelLayout { get; set; }

属性值

MapChartLabelLayout

QuartileCalculation

表示系列的统计属性。

public QuartileCalculationType QuartileCalculation { get; set; }

属性值

QuartileCalculationType

ShowConnectorLines

指示是否显示数据点之间的连接线。

public bool ShowConnectorLines { get; set; }

属性值

bool

ShowInnerPoints

指示是否显示非异常值的数据点。

public bool ShowInnerPoints { get; set; }

属性值

bool

ShowMeanLine

指示是否显示连接所有均值点的线。

public bool ShowMeanLine { get; set; }

属性值

bool

ShowMeanMarker

指示是否显示表示均值的标记。

public bool ShowMeanMarker { get; set; }

属性值

bool

ShowOutlierPoints

指示是否显示异常值的数据点。

public bool ShowOutlierPoints { get; set; }

属性值

bool

Subtotals

表示一个小计数据点的索引。

public int[] Subtotals { get; set; }

属性值

int[]

 中文