windowsforms-devexpress-dot-xtracharts-dot-designer-dot-simplediagrammodel.md
Gets or sets the value of the SimpleDiagram.LayoutDirection within the model.
Namespace : DevExpress.XtraCharts.Designer
Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll
NuGet Package : DevExpress.Win.Charts
[PropertyForOptions]
[LocalizableCategory(DesignerCategories.Behavior)]
public LayoutDirection LayoutDirection { get; set; }
<PropertyForOptions>
<LocalizableCategory(DesignerCategories.Behavior)>
Public Property LayoutDirection As LayoutDirection
| Type | Description |
|---|---|
| LayoutDirection |
The direction of the diagram layout.
|
Available values:
| 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.
|
See Also