Class AxisBins

Class AxisBins

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

表示轴箱

public class AxisBins

继承

objectAxisBins

继承成员

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; }

属性值

int

IsAutomatic

指示轴箱是否为自动。

public bool IsAutomatic { get; set; }

属性值

bool

IsByCategory

指示是否按类别对数据进行分组

public bool IsByCategory { get; set; }

属性值

bool

Overflow

获取或设置轴箱的溢出

public double Overflow { get; set; }

属性值

double

Underflow

获取或设置轴箱的下溢

public double Underflow { get; set; }

属性值

double

Width

获取或设置轴箱的宽度

public double Width { get; set; }

属性值

double

 中文