BiBarChart

This chart displays a bar chart for the given series. This is used with BiGraph.

This class extends BiColumnChart and therefore all methods and fields available for BiColumnChart are also available for BiBarChart .

Constructor

new BiBarChart ( oGraph,oSeries )

Parameters

Name Type Optional Default Descripton
oGraph BiGraph The graph that the bar chart is part of
oSeries BiChartSeries The series that the bar chart is displaying

Properties

None.

Methods

None.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

None.