Search
BarChart3D Class
Remarks See Also
 






A control used to draw 3D bar charts.

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

 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
    System.MarshalByRefObject
        System.ComponentModel.Component
            System.Windows.Forms.Control
                MindFusion.Charting.WinForms.Dashboard
                    MindFusion.Charting.WinForms.Chart
                        MindFusion.Charting.WinForms.BiaxialChart
                            MindFusion.Charting.WinForms.BarChart3D

 See Also