corelibraries-devexpress-dot-xtracharts-d612ecd2.md
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.v25.2.dll
NuGet Package : DevExpress.Charts
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum LayoutDirection
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum LayoutDirection
| 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.
|
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 |
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