Search
TowerChart Class
See Also
 






A control used to draw tower charts, rendering series side by side to allow comparing data sequence and sizes.

Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public class TowerChart : Chart

Visual Basic  Copy Code

Public Class TowerChart
    Inherits Chart

 Inheritance Hierarchy

System.Object
    Microsoft.Maui.Controls.BindableObject
        Microsoft.Maui.Controls.Element
            Microsoft.Maui.Controls.NavigableElement
                Microsoft.Maui.Controls.VisualElement
                    Microsoft.Maui.Controls.View
                        Microsoft.Maui.Controls.GraphicsView
                            MindFusion.Charting.Controls.Dashboard
                                MindFusion.Charting.Controls.Chart
                                    MindFusion.Charting.Controls.TowerChart

 See Also