MindFusion.Charting Programmer's Guide

Bar Class

Remarks See Also
 





Represents a bar in a bar chart.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public sealed class Bar : ChartElement

Visual Basic  Copy Code

Public NotInheritable Class Bar
    Inherits ChartElement

JavaScript  Copy Code

// class
Bar.prototype = {}

 Remarks

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

System.Object
    MindFusion.Charting.ChartElement
        MindFusion.Charting.Bar

 See Also