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 series are positioned within a 2D or 3D Simple Diagram.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
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 SimpleDiagram.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 SimpleDiagram.Dimension property.

Related API Members

The following properties accept/return LayoutDirection values:

Library Related API Members
Cross-Platform Class Library CustomizeSimpleDiagramLayoutEventArgs.LayoutDirection
SimpleDiagram.LayoutDirection
SimpleDiagram3D.LayoutDirection
WinForms Controls SimpleDiagram3DModel.LayoutDirection
SimpleDiagramModel.LayoutDirection

Remarks

The values listed by the LayoutDirection enumeration are used to set the SimpleDiagram.LayoutDirection (SimpleDiagram3D.LayoutDirection) property of a chart’s Simple Diagram (Simple Diagram 3D), that is used to display series of the Pie, Doughnut or Funnel view types.

See Also