Specifies how to arrange segments in tower charts.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C# Copy Code |
---|
public enum TowerLayout |
Visual Basic Copy Code |
---|
Public Enum TowerLayout |
Member name | Description | |
---|---|---|
Interleave |
Segments from the two series are interleaved. |
|
Stack |
Segments in each series are stacked on top of each other. |
|
Timeline |
Segments are positioned proportionally to their time value. |
Charting for .NET MAUI Guide | © 2024 MindFusion |