MindFusion WinForms Programmer's Guide
Bar Members
Constructors Properties Methods
 


Represents a bar in a bar chart.

The following tables list the members exposed by the Bar type.

 Public Constructors

  Name Description

Bar

Initializes a new instance of the Bar class.

 Public Properties

  Name Description

Brush

Gets the brush for this Bar.

DataIndex

Gets the index of this ChartElement in the array with data used by the chart series it belongs to. (Inherited from ChartElement.)

Height

Gets the height of this Bar.

Index

Gets the index of the chart element. (Inherited from ChartElement.)

InnerLabel

Gets the inner label of the bar.

Pen

Gets the pen used for drawing the outlining of this Bar.

Series

Gets the index of the chart this Bar belongs to.

SeriesIndex

Gets the index of the chart series this ChartElement belongs to. (Inherited from ChartElement.)

TopLabel

Gets the top label of the bar.

Value

Gets the value this bar represents.

Width

Gets the width of this Bar.

XLabel

Gets the label drawn at the X-axis for this bar.

YLabel

Gets the label drawn for this bar at the Y-axis.

 Public Methods

  Name Description

CompareTo

Compares a bar to another one.

 See Also

Bar Class
MindFusion.Charting Namespace