LayoutDirection Enum
Lists the values used to specify the order in which multiple Pie series are positioned within the diagram.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Horizontal | Pie series are positioned horizontally (by rows) within the diagram. The number of series in a row is limited by the Simple |
Vertical | Pie series are positioned vertically (by columns) within the diagram. The number of series in a column is limited by the Simple |
#Passed To
You can pass LayoutDirection values to the SimpleDiagram2D.LayoutDirection property.
#Remarks
The values listed by the LayoutDirection enumeration are used to set the SimpleDiagram2D.LayoutDirection property.