Represents a report item that can display bar charts.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public class BarChart : AxesChart, IVirtualPropertyProvider |
Visual Basic
Copy Code
|
|---|
Public Class BarChart |
Inheritance HierarchySystem.Object![]()
System.MarshalByRefObject![]()
System.ComponentModel.Component![]()
MindFusion.Reporting.ReportItem
MindFusion.Reporting.Chart
MindFusion.Reporting.AxesChart
MindFusion.Reporting.BarChart
See Also