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
| Name | Type | Optional | Default | Descripton |
oGraph | | The graph that the category axis is used with |
Properties
None.
Methods
None.
Events
None.
Static Methods
| Name | Description |
fromXmlElement | Creates 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
| Name | Type | Optional | Default | Descripton |
oGraph | | The graph that the category axis will be used with | ||
oNode | XmlElement | The element describing the category axis |