Back to Devexpress

LayoutDirection Enum

corelibraries-devexpress-dot-xtracharts-d612ecd2.md

latest3.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum LayoutDirection
vb
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum LayoutDirection

Members

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.

|

The following properties accept/return LayoutDirection values:

LibraryRelated API Members
Cross-Platform Class LibraryCustomizeSimpleDiagramLayoutEventArgs.LayoutDirection
SimpleDiagram.LayoutDirection
SimpleDiagram3D.LayoutDirection
WinForms ControlsSimpleDiagram3DModel.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.

See Also

DevExpress.XtraCharts Namespace