Back to Devexpress

SimpleDiagram3DModel.LayoutDirection Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-simplediagram3dmodel-d12cd92f.md

latest2.0 KB
Original Source

SimpleDiagram3DModel.LayoutDirection Property

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

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
[LocalizableCategory(DesignerCategories.Behavior)]
public LayoutDirection LayoutDirection { get; set; }
vb
<PropertyForOptions>
<LocalizableCategory(DesignerCategories.Behavior)>
Public Property LayoutDirection As LayoutDirection

Property Value

TypeDescription
LayoutDirection

The direction of the diagram layout.

|

Available values:

NameDescription
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

SimpleDiagram3DModel Class

SimpleDiagram3DModel Members

DevExpress.XtraCharts.Designer Namespace