Back to Devexpress

PivotField.Axis Property

officefileapi-devexpress-dot-spreadsheet-dot-pivotfield-1121d56a.md

latest1.9 KB
Original Source

PivotField.Axis Property

Returns the region of the pivot table where the current field is displayed.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
PivotAxisType Axis { get; }
vb
ReadOnly Property Axis As PivotAxisType

Property Value

TypeDescription
PivotAxisType

A PivotAxisType enumeration value specifying the PivotTable region.

|

Available values:

NameDescription
None

Specifies that a field is not added to a pivot table.

| | Row |

Specifies that a field is displayed in the row axis area of a pivot table.

| | Column |

Specifies that a field is displayed in the column axis area of a pivot table.

| | Page |

Specifies that a field is displayed in the filter area of a pivot table.

| | Value |

Specifies that a field is displayed in the data area of a pivot table.

|

See Also

PivotField Interface

PivotField Members

DevExpress.Spreadsheet Namespace