Class PivotChart.DrillState
Describes whether the chart region is in expand or collapse state.
Inheritance
System.Object
PivotChart.DrillState
Namespace: Syncfusion.Windows.Forms.PivotChart
Assembly: Syncfusion.PivotChart.Windows.dll
Syntax
public sealed class DrillState : Enum
Fields
Collapsed
Describes the collapse state.
Declaration
public const PivotChart.DrillState Collapsed
Field Value
| Type |
|---|
| PivotChart.DrillState |
Expanded
Describes the expand state.
Declaration
public const PivotChart.DrillState Expanded
Field Value
| Type |
|---|
| PivotChart.DrillState |