Represents a bar in a bar chart.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public sealed class Bar : ChartElement |
Visual Basic
![]() |
---|
Public NotInheritable Class Bar |
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.
System.Object
MindFusion.Charting.ChartElement
MindFusion.Charting.Bar