Skip to main content
A newer version of this page is available. .

PivotChartItemDataMember Enum

Lists values that specify the type of a chart data member.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v17.2.Core.dll

Declaration

public enum PivotChartItemDataMember

Members

Name Description
Argument

A series point’s argument.

Series

A series.

Value

A series point’s value.

Related API Members

The following properties accept/return PivotChartItemDataMember values:

Library Related API Members
WinForms Controls PivotCustomChartDataSourceDataEventArgs.ItemDataMember
ASP.NET Web Forms Controls PivotCustomChartDataSourceDataEventArgs.ItemDataMember

Remarks

Values listed by this enumeration are used to set the PivotCustomChartDataSourceDataEventArgs.ItemDataMember (for the XtraPivotGrid) and PivotCustomChartDataSourceDataEventArgs.ItemDataMember (for the ASPxPivotGrid) properties.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the PivotChartItemDataMember enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also