MindFusion.Charting Programmer's Guide
Bar Members
Constructors Properties
 


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.

Height

Gets the height of this Bar.

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.

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.

 Inherited Public Properties

  Name Description

DataIndex

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

Index

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

SeriesIndex

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

 See Also

Bar Class
MindFusion.Charting Namespace