BiChartCategoryAxisBase
This is the abstract base class for BiChartCategoryAxis and BiChartCategoryAxis2.
This class extends BiComponent and therefore all methods and fields available for BiComponent are also available for BiChartCategoryAxisBase .
Constructor
new BiChartCategoryAxisBase ( oGraph )
Parameters
| Name | Type | Optional | Default | Descripton |
oGraph | | The graph that the category axis is used with |
Properties
Methods
| Name | Description |
fromXmlElement | Makes the category axis reflect the information provided by the XML element. |
toXmlElement | Serializes the category axis object to an XML element |
Events
None.
Static Methods
None.
Static Fields
None.
Remarks
None.
Method Details
fromXmlElement
Makes the category axis reflect the information provided by the XML element.
Syntax
object.fromXmlElement ( oNode ) Parameters
| Name | Type | Optional | Default | Descripton |
oNode | XmlElement | The element describing the category axis |
Return Type
void
toXmlElement
Serializes the category axis object to an XML element
Syntax
object.toXmlElement ( oDoc ) Parameters
| Name | Type | Optional | Default | Descripton |
oDoc | | The XML document to create the element in |
Return Type
XmlElement
