Skip to main content
.NET 6.0+

IPivotSettings.ChartDataVertical Property

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

Namespace: DevExpress.ExpressApp.PivotGrid

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