Class AxisBins

Class AxisBins

Namespace: Aspose.Cells.Charts
Assembly: Aspose.Cells.dll (25.2.0)

Mewakili bin sumbu

public class AxisBins

Pewarisan

objectAxisBins

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

int

IsAutomatic

Menunjukkan apakah bin sumbu otomatis.

public bool IsAutomatic { get; set; }

Nilai Properti

bool

IsByCategory

Menunjukkan apakah pengelompokan data berdasarkan kategori

public bool IsByCategory { get; set; }

Nilai Properti

bool

Overflow

Mengambil atau mengatur overflow bin sumbu

public double Overflow { get; set; }

Nilai Properti

double

Underflow

Mengambil atau mengatur underflow bin sumbu

public double Underflow { get; set; }

Nilai Properti

double

Width

Mengambil atau mengatur lebar bin sumbu

public double Width { get; set; }

Nilai Properti

double

 Indonesia