Back to Devexpress

PivotCustomChartDataSourceDataEventArgs.ItemType Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotcustomchartdatasourcedataeventargs.md

latest1.7 KB
Original Source

PivotCustomChartDataSourceDataEventArgs.ItemType Property

Gets the type of a PivotGrid control’s item to be represented in a ChartControl.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public PivotChartItemType ItemType { get; }
vb
Public ReadOnly Property ItemType As PivotChartItemType

Property Value

TypeDescription
PivotChartItemType

A PivotChartItemType enumeration value that specifies the type of a PivotGrid control’s item to be represented in a ChartControl.

|

Available values:

NameDescription
RowItem

A row field value is processed, to be represented in the chart control.

| | ColumnItem |

A column field value is processed to be represented in the chart control.

| | CellItem |

A data cell value is processed, to be represented in the chart control.

|

See Also

PivotCustomChartDataSourceDataEventArgs Class

PivotCustomChartDataSourceDataEventArgs Members

DevExpress.Xpf.PivotGrid Namespace