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