Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

IPivotSettings.ChartDataVertical Property

Specifies whether chart series are created based on pivot table columns or rows.

Namespace: DevExpress.ExpressApp.PivotGrid

Assembly: DevExpress.ExpressApp.PivotGrid.v19.2.dll

Declaration

[DefaultValue(true)]
bool ChartDataVertical { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if pivot table columns are represented by series on a chart; false, if pivot table rows are represented by series on a chart.

See Also