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

IPivotSettings.ChartDataVertical Property

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

Namespace: DevExpress.ExpressApp.PivotGrid

Assembly: DevExpress.ExpressApp.PivotGrid.v18.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