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

NameTypeOptionalDefaultDescripton
oGraphBiGraphBaseThe graph that the grid lines are part of

Properties

NameTypegetsetDescripton
graphBiGraphBasecheckedThe graph that the grid lines are part of
majorCategoryStrokeColorStringcheckedcheckedThe color of the major category grid lines
majorValueStrokeColorStringcheckedcheckedThe color of the major value grid lines
minorCategoryStrokeColorStringcheckedcheckedThe color of the minor category grid lines
minorValueStrokeColorStringcheckedcheckedThe color of the minor value grid lines
showMajorCategoryBooleancheckedcheckedWhether to show the major category grid lines
showMajorValueBooleancheckedcheckedWhether to show the major value grid lines
showMinorCategoryBooleancheckedcheckedWhether to show the minor category grid lines
showMinorValueBooleancheckedcheckedWhether to show the minor value grid lines

Methods

NameDescription
fromXmlElementMakes the grid lines reflect the information provided by the XML element.
hasMajorCategoryStrokeColorReturns true if the majorCategoryStrokeColor property has been set on the grid lines
hasMajorValueStrokeColorReturns true if the majorValueStrokeColor property has been set on the grid lines
hasMinorCategoryStrokeColorReturns true if the minorCategoryStrokeColor property has been set on the grid lines
hasMinorValueStrokeColorReturns true if the minorValueStrokeColor property has been set on the grid lines
hasShowMajorCategoryReturns true if the showMajorCategory property has been set on the grid lines
hasShowMajorValueReturns true if the showMajorValue property has been set on the grid lines
hasShowMinorCategoryReturns true if the showMinorCategory property has been set on the grid lines
hasShowMinorValueReturns true if the showMinorValue property has been set on the grid lines
toXmlElementSerializes 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

NameTypeOptionalDefaultDescripton
oElementXmlElementThe 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

NameTypeOptionalDefaultDescripton
oDocBiXmlDocumentThe XML document to create the element in

Return Type

XmlElement