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.

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

Index

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

 See Also