Class SeriesLayoutProperties
Class SeriesLayoutProperties
Namespace: Aspose.Cells.Charts
Assembly: Aspose.Cells.dll (25.2.0)
表示系列布局的属性。
public class SeriesLayoutProperties
继承
object ← SeriesLayoutProperties
继承成员
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; }
属性值
MapChartProjectionType
获取和设置地图的投影类型。
public MapChartProjectionType MapChartProjectionType { get; set; }
属性值
MapChartRegionType
获取和设置地图的区域类型。
public MapChartRegionType MapChartRegionType { get; set; }
属性值
MapLabelLayout
获取和设置地图标签的布局。
public MapChartLabelLayout MapLabelLayout { get; set; }
属性值
QuartileCalculation
表示系列的统计属性。
public QuartileCalculationType QuartileCalculation { get; set; }
属性值
ShowConnectorLines
指示是否显示数据点之间的连接线。
public bool ShowConnectorLines { get; set; }
属性值
ShowInnerPoints
指示是否显示非异常值的数据点。
public bool ShowInnerPoints { get; set; }
属性值
ShowMeanLine
指示是否显示连接所有均值点的线。
public bool ShowMeanLine { get; set; }
属性值
ShowMeanMarker
指示是否显示表示均值的标记。
public bool ShowMeanMarker { get; set; }
属性值
ShowOutlierPoints
指示是否显示异常值的数据点。
public bool ShowOutlierPoints { get; set; }
属性值
Subtotals
表示一个小计数据点的索引。
public int[] Subtotals { get; set; }
属性值
int[]