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

PivotGridOptionsChartDataSourceBase.ProvideColumnFieldValuesAsType Property

Gets or sets the type to which the column field values are converted before they are exported to the chart control.

Namespace: DevExpress.XtraPivotGrid.Data

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

NuGet Package: DevExpress.PivotGrid.Core

Declaration

[Browsable(false)]
[DefaultValue(null)]
public virtual Type ProvideColumnFieldValuesAsType { get; set; }

Property Value

Type Default Description
Type null

A Type object representing the type to which the column field values are converted.

Remarks

If the ProvideColumnFieldValuesAsType property is set to null, the column field values are not converted before export.

To specify the type to which the cell and row field values are converted, use the PivotGridOptionsChartDataSourceBase.ProvideCellValuesAsType and PivotGridOptionsChartDataSourceBase.ProvideRowFieldValuesAsType properties, respectively.

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

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