Skip to main content
A newer version of this page is available. .

SimpleDiagramModel.LayoutDirection Property

Gets or sets the value of the SimpleDiagram.LayoutDirection within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

[PropertyForOptions]
[LocalizableCategory(DesignerCategories.Behavior)]
public LayoutDirection LayoutDirection { get; set; }

Property Value

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