Skip to main content

PivotCustomChartDataSourceDataEventArgs.FieldValueInfo Property

Gets an object which contains information about a field value to be displayed in a ChartControl.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

public PivotFieldValueEventArgs FieldValueInfo { get; }

#Property Value

Type Description
PivotFieldValueEventArgs

A PivotFieldValueEventArgs object.

See Also