Class PivotOptions
Namespace: Aspose.Cells.Charts
Assembly: Aspose.Cells.dll (25.2.0)
차트에 나타나는 피벗 컨트롤을 지정하는 복합 유형을 나타냅니다.
public class PivotOptions
상속
상속된 멤버
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
속성
DropZoneCategories
소스 피벗 테이블의 피벗 테이블 행 축에 있는 각 피벗 테이블 필드에 대한 컨트롤이 차트에 나타나는지 여부를 지정합니다. dropZonesVisible이 true로 설정되어 있을 때 나타납니다.
public bool DropZoneCategories { get; set; }
속성 값
DropZoneData
소스 피벗 테이블의 피벗 테이블 데이터 축에 있는 각 피벗 테이블 필드에 대한 컨트롤이 차트에 나타나는지 여부를 지정합니다. dropZonesVisible이 true로 설정되어 있을 때 나타납니다.
public bool DropZoneData { get; set; }
속성 값
DropZoneFilter
소스 피벗 테이블의 피벗 테이블 페이지 축에 있는 각 피벗 테이블 필드에 대한 컨트롤이 차트에 나타나는지 여부를 지정합니다. dropZonesVisible이 true로 설정되어 있을 때 나타납니다.
public bool DropZoneFilter { get; set; }
속성 값
DropZoneSeries
소스 피벗 테이블의 피벗 테이블 열 축에 있는 각 피벗 테이블 필드에 대한 컨트롤이 차트에 나타나는지 여부를 지정합니다. dropZonesVisible이 true로 설정되어 있을 때 나타납니다.
public bool DropZoneSeries { get; set; }
속성 값
DropZonesVisible
피벗 차트에 피벗 컨트롤이 나타날 수 있는지 여부를 지정합니다.
public bool DropZonesVisible { get; set; }