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[]