Gets or sets the layout of the pie slices. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public SliceLayout SliceLayout { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SliceLayout As SliceLayout |
A member of the SliceLayout enumeration. The default is Flat.
See Also