Class AxisBins
Class AxisBins
Namespace: Aspose.Cells.Charts
Assembly: Aspose.Cells.dll (25.2.0)
軸ビンを表します
public class AxisBins
継承
継承されたメンバー
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
プロパティ
Count
軸ビンのカウントを取得または設定します
public int Count { get; set; }
プロパティの値
IsAutomatic
軸ビンが自動であるかどうかを示します。
public bool IsAutomatic { get; set; }
プロパティの値
IsByCategory
カテゴリごとにデータをグループ化するかどうかを示します
public bool IsByCategory { get; set; }
プロパティの値
Overflow
軸ビンのオーバーフローを取得または設定します
public double Overflow { get; set; }
プロパティの値
Underflow
軸ビンのアンダーフローを取得または設定します
public double Underflow { get; set; }
プロパティの値
Width
軸ビンの幅を取得または設定します
public double Width { get; set; }