Search
BarChart3D Class
See Also
 






A control used to draw 3D bar charts.

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

 Syntax

C#  Copy Code

public class BarChart3D : BiaxialChart

Visual Basic  Copy Code

Public Class BarChart3D
    Inherits BiaxialChart

 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.BiaxialChart
                                        MindFusion.Charting.Controls.BarChart3D

 See Also