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.v24.2.dll
NuGet Package: DevExpress.Charts
#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 Simple |
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 Simple |
#Related API Members
The following properties accept/return LayoutDirection values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Customize |
Simple |
|
Simple |
|
Win |
Simple |
Simple |
#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.