Class AxisBins
Class AxisBins
Namespace: Aspose.Cells.Charts
Assembly: Aspose.Cells.dll (25.2.0)
Mewakili bin sumbu
public class AxisBins
Pewarisan
Anggota yang Dwarisi
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properti
Count
Mengambil atau mengatur jumlah bin sumbu
public int Count { get; set; }
Nilai Properti
IsAutomatic
Menunjukkan apakah bin sumbu otomatis.
public bool IsAutomatic { get; set; }
Nilai Properti
IsByCategory
Menunjukkan apakah pengelompokan data berdasarkan kategori
public bool IsByCategory { get; set; }
Nilai Properti
Overflow
Mengambil atau mengatur overflow bin sumbu
public double Overflow { get; set; }
Nilai Properti
Underflow
Mengambil atau mengatur underflow bin sumbu
public double Underflow { get; set; }
Nilai Properti
Width
Mengambil atau mengatur lebar bin sumbu
public double Width { get; set; }