jsx3.chart.GridLinesAPI


Object
Object TypeThe JSX foundation class that this object is an instance of.
IDThe unique, system-assigned ID for this object.
NameSets the name assigned by the developer to identify this object.
GridLines
Draw in ForegroundSets whether to draw this component in front of or behind the data series.
LayeringSets whether to draw the horizontal fill and strokes above the vertical fill and strokes.
Fill & Stroke
BorderSets the vector stroke for the outline of this component.
Ver. FillSets the vector fill between vertical major ticks.
Ver. Major StrokeSets the vector stroke for the vertical major ticks.
Ver. Minor StrokeSets the vector stroke for the vertical minor ticks.
Hor. FillSets the vector fill between horizontal major ticks.
Hor. Major StrokeSets the vector stroke for the horizontal major ticks.
Hor. Minor StrokeSets the vector stroke for the horizontal minor ticks.
Component
DisplayUsed to hide this chart component without removing it from the DOM hierarchy.
Interaction
Bound MenuSets the jsxname property for the context menu instance to display on a right-click.

Object Type

Read-Only. The JSX foundation class that this object is an instance of.

ID

Read-Only. The unique, system-assigned ID for this object.
Getter: getId()

Name

Sets the name assigned by the developer to identify this object.
Getter: getName()
Setter: setName()
Property: jsxname

Draw in Foreground

Sets whether to draw this component in front of or behind the data series.
Default Value: false (jsx3.Boolean.FALSE)
Getter: getInForeground()
Setter: setInForeground()
Property: inForeground
Allowed Values:

Layering

Sets whether to draw the horizontal fill and strokes above the vertical fill and strokes.
Default Value: Horizontal Above Vertical (jsx3.Boolean.TRUE)
Getter: getHorizontalAbove()
Setter: setHorizontalAbove()
Property: horizontalAbove
Allowed Values:

Border

Sets the vector stroke for the outline of this component. Specified as color width alpha[, color2 width2 alpha2, ...]. For example, black 1 1.
Default Value: Empty
Getter: getBorderStroke()
Setter: setBorderStroke()
Property: borderStroke

Ver. Fill

Sets the vector fill between vertical major ticks. Specified as color alpha[, color2 alpha2, ...]. For example, black 1.
Default Value: Empty
Getter: getFillV()
Setter: setFillV()
Property: fillV

Ver. Major Stroke

Sets the vector stroke for the vertical major ticks. Specified as color width alpha[, color2 width2 alpha2, ...]. For example, black 1 1.
Default Value: Empty
Getter: getStrokeMajorV()
Setter: setStrokeMajorV()
Property: strokeMajorV

Ver. Minor Stroke

Sets the vector stroke for the vertical minor ticks. Specified as color width alpha[, color2 width2 alpha2, ...]. For example, black 1 1.
Default Value: Empty
Getter: getStrokeMinorV()
Setter: setStrokeMinorV()
Property: strokeMinorV

Hor. Fill

Sets the vector fill between horizontal major ticks. Specified as color alpha[, color2 alpha2, ...]. For example, black 1.
Default Value: Empty
Getter: getFillH()
Setter: setFillH()
Property: fillH

Hor. Major Stroke

Sets the vector stroke for the horizontal major ticks. Specified as color width alpha[, color2 width2 alpha2, ...]. For example, black 1 1.
Default Value: Empty
Getter: getStrokeMajorH()
Setter: setStrokeMajorH()
Property: strokeMajorH

Hor. Minor Stroke

Sets the vector stroke for the horizontal minor ticks. Specified as color width alpha[, color2 width2 alpha2, ...]. For example, black 1 1.
Default Value: Empty
Getter: getStrokeMinorrH()
Setter: setStrokeMinorH()
Property: strokeMinorH

Display

Used to hide this chart component without removing it from the DOM hierarchy.
Default Value: Block (jsx3.gui.Block.DISPLAYBLOCK)
Getter: getDisplay()
Setter: setDisplay()
Property: jsxdisplay
Allowed Values:

Bound Menu

Sets the jsxname property for the context menu instance to display on a right-click.
Getter: getMenu()
Setter: setMenu()
Property: jsxmenu