Gets or sets the layout of tower segments.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public TowerLayout Layout { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Layout As TowerLayout |
A member of the TowerLayout enumeration. The default value is Interleave.
See Also