Back to Devexpress

LayoutDirection Enum

wpf-devexpress-dot-xpf-dot-charts-f928c4a0.md

latest2.3 KB
Original Source

LayoutDirection Enum

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

Declaration

csharp
public enum LayoutDirection
vb
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 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:

Remarks

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

SimpleDiagram3D.LayoutDirection

DevExpress.Xpf.Charts Namespace