jsx3.chart.GridLinesAPI
| Object |
|---|
| Object Type | The JSX foundation class that this object is an instance of. |
| ID | The unique, system-assigned ID for this object. |
| Name | Sets the name assigned by the developer to identify this object. |
| GridLines |
|---|
| Draw in Foreground | Sets whether to draw this component in front of or behind the data series. |
| Layering | Sets whether to draw the horizontal fill and strokes above the vertical fill and strokes. |
| Fill & Stroke |
|---|
| Border | Sets the vector stroke for the outline of this component. |
| Ver. Fill | Sets the vector fill between vertical major ticks. |
| Ver. Major Stroke | Sets the vector stroke for the vertical major ticks. |
| Ver. Minor Stroke | Sets the vector stroke for the vertical minor ticks. |
| Hor. Fill | Sets the vector fill between horizontal major ticks. |
| Hor. Major Stroke | Sets the vector stroke for the horizontal major ticks. |
| Hor. Minor Stroke | Sets the vector stroke for the horizontal minor ticks. |
| Component |
|---|
| Display | Used to hide this chart component without removing it from the DOM hierarchy. |
| Interaction |
|---|
| Bound Menu | Sets the jsxname property for the context menu instance to display on a right-click. |
Read-Only. The JSX foundation class that this object is an instance of.
Read-Only. The unique, system-assigned ID for this object.
Getter: getId()
Sets the name assigned by the developer to identify this object.
Getter: getName()
Setter: setName()
Property: jsxname
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: - TRUE (
jsx3.Boolean.TRUE) - FALSE (
jsx3.Boolean.FALSE)
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: - Horizontal Above Vertical (
jsx3.Boolean.TRUE) - Vertical Above Horizontal (
jsx3.Boolean.FALSE)
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
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
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
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
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
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
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
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: - Block (
jsx3.gui.Block.DISPLAYBLOCK) - None (
jsx3.gui.Block.DISPLAYNONE)
Sets the jsxname property for the context menu instance to display on a right-click.
Getter: getMenu()
Setter: setMenu()
Property: jsxmenu
Copyright © 2001-2007, TIBCO Software Inc.