Skip to main content

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.v14.2.dll

#Declaration

public PivotChartItemType ItemType { get; }

#Property Value

Type Description
PivotChartItemType

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

See Also