Search
BarChart Class
Remarks See Also
 






A control used to draw bar charts.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public class BarChart : BiaxialChart

Visual Basic  Copy Code

Public Class BarChart
    Inherits BiaxialChart

 Remarks

This 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 Hierarchy

System.Object
    System.MarshalByRefObject
        System.ComponentModel.Component
            System.Windows.Forms.Control
                MindFusion.Charting.WinForms.Dashboard
                    MindFusion.Charting.WinForms.Chart
                        MindFusion.Charting.WinForms.BiaxialChart
                            MindFusion.Charting.WinForms.BarChart

 See Also