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.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v19.1.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:

Remarks

Values listed by this enumeration are used to set the PivotCustomChartDataSourceDataEventArgs.ItemDataMember property.

See Also