Specifies how slices in a 3D pie chart are arranged vertically.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public enum SliceLayout |
Visual Basic
Copy Code
|
|---|
Public Enum SliceLayout |
Members| Member name | Description | |
|---|---|---|
![]() |
Cascading |
The slices are drawn above each other as a cascade. |
![]() |
Flat |
The slices are drawn next to each other. This is the standard way of rendering slices in a pie/doughnut chart. |
See Also