Search
BarChart Members
Constructors Properties Methods
 


A control used to draw bar charts.

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

 Public Constructors

  Name Description

BarChart

Initializes a new instance of the BarChart class.

 Public Properties

  Name Description

barLayout

Gets or sets how to arrange bars when rendering multiple series.

barSpacingRatio

Gets or sets the ratio of empty space between bars to space occupied by bars.

horizontalBars

Gets or sets a value identifying whether bars should be horizontal.

innerLabelRotation

Gets the rotation angle of inner labels. If not specified, labels are rotated at predefiend angles depending on bars' orientation and layout.

outerLabelRotation

Gets the rotation angle of outer labels. If not specified, labels are rotated at predefiend angles depending on bars' orientation and layout.

series

BiaxialChart.Series override. Gets or sets the list of series whose data is drawn in this chart.

stackOuterLabels

Gets whether outer labels are displayed stacked on top of stacked bars, instead of showing them on the bar sides.

 Public Methods

  Name Description

createPlot

Chart.CreatePlot override. Creates the Plot type corresponding to this chart.

 See Also