Represents a bar in a bar chart. Namespace: MindFusion.Charting Syntax
RemarksEach bar in a bar chart is an instance of the Bar class. If by hit-testing the user clicks on a bar, the Bar object that represents the bar is returned. Members of the Bar class are read-only. Use the respective members of the BarChart class to set the data for the chart. Inheritance HierarchySystem.Object See Also |