PivotChartItemDataMember Enum
In This Article
Lists values that specify the type of a chart data member.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Argument | A series point's argument. |
Series | A series. |
Value | A series point's value. |
#Remarks
Values listed by this enumeration are used to set the PivotCustomChartDataSourceDataEventArgs.ItemDataMember property.
See Also