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

LayoutDirection Enum

Lists the values used to specify the manner in which multiple pie charts are positioned within a chart control’s diagram.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v21.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public enum LayoutDirection

Members

Name Description
Horizontal

Specifies that pie charts are positioned horizontally (by rows) within a chart control’s diagram. The number of pie charts within a single row is specified by the diagram’s SimpleDiagram2D.Dimension or SimpleDiagram3D.Dimension property.

Vertical

Specifies that pie charts are positioned vertically (by columns) within a chart control’s diagram. The number of pie charts within a single column is specified by the diagram’s SimpleDiagram2D.Dimension or SimpleDiagram3D.Dimension property.

Related API Members

The following properties accept/return LayoutDirection values:

Remarks

The values listed by the LayoutDirection enumeration are used to set the SimpleDiagram2D.LayoutDirection and SimpleDiagram3D.LayoutDirection properties of a diagram used to display pie charts.

See Also