Search
BarChart3D Class
Remarks See Also
 






A control used to draw 3D bar charts.

Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor

 Syntax

C#  Copy Code

public class BarChart3D : BiaxialChart

Visual Basic  Copy Code

Public Class BarChart3D
    Inherits BiaxialChart

 Remarks

This is a Dashboard whose default configuration contains a Plot3D, XAxisRenderer, YAxisRenderer and a BarRenderer3D. Setting the BarLayout property switches the default renderer between BarRenderer3D, BarOverlayRenderer3D and BarStackRenderer3D.

 Inheritance Hierarchy

System.Object
    Microsoft.AspNetCore.Components.ComponentBase
        MindFusion.Charting.Blazor.Dashboard
            MindFusion.Charting.Blazor.Chart
                MindFusion.Charting.Blazor.BiaxialChart
                    MindFusion.Charting.Blazor.BarChart3D

 See Also