A control used to draw bar charts.
Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor
SyntaxC#
Copy Code
|
|---|
public class BarChart : BiaxialChart |
Visual Basic
Copy Code
|
|---|
Public Class BarChart |
RemarksThis is a Dashboard whose default configuration contains a Plot2D, XAxisRenderer, YAxisRenderer and a BarRenderer. Setting the BarLayout property switches the default renderer between BarRenderer, BarOverlayRenderer and BarStackRenderer.
Inheritance HierarchySystem.Object![]()
Microsoft.AspNetCore.Components.ComponentBase![]()
MindFusion.Charting.Blazor.Dashboard
MindFusion.Charting.Blazor.Chart
MindFusion.Charting.Blazor.BiaxialChart
MindFusion.Charting.Blazor.BarChart
See Also