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.1.dll
NuGet Package: DevExpress.Charts
Declaration
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
[TypeConverter(typeof(EnumTypeConverter))]
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.