wpf-devexpress-dot-xpf-dot-charts-f928c4a0.md
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.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public enum LayoutDirection
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 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.
|
The following properties accept/return LayoutDirection values:
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
SimpleDiagram2D.LayoutDirection