Back to Devexpress

PivotGridOptionsChartDataSourceBase.FieldValuesProvideMode Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-data-dot-pivotgridoptionschartdatasourcebase-8a315620.md

latest2.1 KB
Original Source

PivotGridOptionsChartDataSourceBase.FieldValuesProvideMode Property

Gets or sets how field values are passed to the chart control.

Namespace : DevExpress.XtraPivotGrid.Data

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

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

Declaration

csharp
[DefaultValue(PivotChartFieldValuesProvideMode.Default)]
public virtual PivotChartFieldValuesProvideMode FieldValuesProvideMode { get; set; }
vb
<DefaultValue(PivotChartFieldValuesProvideMode.Default)>
Public Overridable Property FieldValuesProvideMode As PivotChartFieldValuesProvideMode

Property Value

TypeDefaultDescription
PivotChartFieldValuesProvideModeDefault

One of the PivotChartFieldValuesProvideMode enumeration members that specifies how field values are passed to the chart control.

|

Available values:

NameDescription
Default

Field value is exported to provide the best representation in a chart.

| | DisplayText |

Field value is always exported as a string.

| | Value |

Field value is exported using its type, when possible.

|

See Also

PivotGridOptionsChartDataSourceBase Class

PivotGridOptionsChartDataSourceBase Members

DevExpress.XtraPivotGrid.Data Namespace