BiChartCategoryAxis

This class handles the drawing of the category axis for a BiGraph.

This class extends BiChartCategoryAxisBase and therefore all methods and fields available for BiChartCategoryAxisBase are also available for BiChartCategoryAxis .

Constructor

new BiChartCategoryAxis ( oGraph )

Parameters

NameTypeOptionalDefaultDescripton
oGraphBiGraphThe graph that the category axis is used with

Properties

None.

Methods

None.

Events

None.

Static Methods

NameDescription
fromXmlElementCreates an axis from an XML element describing the axis.

Static Fields

None.

Remarks

None.

Static Method Details

fromXmlElement

Creates an axis from an XML element describing the axis.

Syntax

BiChartCategoryAxis . fromXmlElement ( oGraph,oNode )

Parameters

NameTypeOptionalDefaultDescripton
oGraphBiGraphThe graph that the category axis will be used with
oNodeXmlElementThe element describing the category axis

Return Type

BiChartCategoryAxis