Back to Devexpress

PivotChartItemDataMember Enum

corelibraries-devexpress-dot-xtrapivotgrid-73d7d2ef.md

latest2.2 KB
Original Source

PivotChartItemDataMember Enum

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

Namespace : DevExpress.XtraPivotGrid

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

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public enum PivotChartItemDataMember
vb
Public Enum PivotChartItemDataMember

Members

NameDescription
Argument

A series point’s argument.

| | Series |

A series.

| | Value |

A series point’s value.

|

The following properties accept/return PivotChartItemDataMember values:

LibraryRelated API Members
WinForms ControlsPivotCustomChartDataSourceDataEventArgs.ItemDataMember
ASP.NET Web Forms ControlsPivotCustomChartDataSourceDataEventArgs.ItemDataMember

Remarks

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

See Also

DevExpress.XtraPivotGrid Namespace