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