BiChartGridLinesBase
This is the abstract base class for BiChartGridLines and BiChartGridLines2.
This class extends BiComponent and therefore all methods and fields available for BiComponent are also available for BiChartGridLinesBase .
Constructor
new BiChartGridLinesBase ( oGraph )
Parameters
| Name | Type | Optional | Default | Descripton |
oGraph | | The graph that the grid lines are part of |
Properties
| Name | Type | get | set | Descripton |
graph | | ![]() | The graph that the grid lines are part of | |
majorCategoryStrokeColor | String | ![]() | ![]() | The color of the major category grid lines |
majorValueStrokeColor | String | ![]() | ![]() | The color of the major value grid lines |
minorCategoryStrokeColor | String | ![]() | ![]() | The color of the minor category grid lines |
minorValueStrokeColor | String | ![]() | ![]() | The color of the minor value grid lines |
showMajorCategory | Boolean | ![]() | ![]() | Whether to show the major category grid lines |
showMajorValue | Boolean | ![]() | ![]() | Whether to show the major value grid lines |
showMinorCategory | Boolean | ![]() | ![]() | Whether to show the minor category grid lines |
showMinorValue | Boolean | ![]() | ![]() | Whether to show the minor value grid lines |
Methods
| Name | Description |
fromXmlElement | Makes the grid lines reflect the information provided by the XML element. |
hasMajorCategoryStrokeColor | Returns true if the majorCategoryStrokeColor property has been set on the grid lines |
hasMajorValueStrokeColor | Returns true if the majorValueStrokeColor property has been set on the grid lines |
hasMinorCategoryStrokeColor | Returns true if the minorCategoryStrokeColor property has been set on the grid lines |
hasMinorValueStrokeColor | Returns true if the minorValueStrokeColor property has been set on the grid lines |
hasShowMajorCategory | Returns true if the showMajorCategory property has been set on the grid lines |
hasShowMajorValue | Returns true if the showMajorValue property has been set on the grid lines |
hasShowMinorCategory | Returns true if the showMinorCategory property has been set on the grid lines |
hasShowMinorValue | Returns true if the showMinorValue property has been set on the grid lines |
toXmlElement | Serializes the grid lines object to an XML element |
Events
None.
Static Methods
None.
Static Fields
None.
Remarks
None.
Method Details
fromXmlElement
Makes the grid lines reflect the information provided by the XML element.
Syntax
object.fromXmlElement ( oElement ) Parameters
| Name | Type | Optional | Default | Descripton |
oElement | XmlElement | The element describing the grid lines |
Return Type
void
hasMajorCategoryStrokeColor
Returns true if the majorCategoryStrokeColor property has been set on the grid lines
Syntax
object.hasMajorCategoryStrokeColor ( ) Parameters
No arguments.
Return Type
Boolean
hasMajorValueStrokeColor
Returns true if the majorValueStrokeColor property has been set on the grid lines
Syntax
object.hasMajorValueStrokeColor ( ) Parameters
No arguments.
Return Type
Boolean
hasMinorCategoryStrokeColor
Returns true if the minorCategoryStrokeColor property has been set on the grid lines
Syntax
object.hasMinorCategoryStrokeColor ( ) Parameters
No arguments.
Return Type
Boolean
hasMinorValueStrokeColor
Returns true if the minorValueStrokeColor property has been set on the grid lines
Syntax
object.hasMinorValueStrokeColor ( ) Parameters
No arguments.
Return Type
Boolean
hasShowMajorCategory
Returns true if the showMajorCategory property has been set on the grid lines
Syntax
object.hasShowMajorCategory ( ) Parameters
No arguments.
Return Type
Boolean
hasShowMajorValue
Returns true if the showMajorValue property has been set on the grid lines
Syntax
object.hasShowMajorValue ( ) Parameters
No arguments.
Return Type
Boolean
hasShowMinorCategory
Returns true if the showMinorCategory property has been set on the grid lines
Syntax
object.hasShowMinorCategory ( ) Parameters
No arguments.
Return Type
Boolean
hasShowMinorValue
Returns true if the showMinorValue property has been set on the grid lines
Syntax
object.hasShowMinorValue ( ) Parameters
No arguments.
Return Type
Boolean
toXmlElement
Serializes the grid lines 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
