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

 日本語