General Interface is an open source project hosted by the Dojo Foundation

Grid Lines

The following properties can be configured for Grid Lines components:

Property Description
Name The name of the grid lines component in the Component Hierarchy palette.
Draw in Foreground Whether to render grid lines in front of any data series. The default value is false.
Layering Whether horizontal fills, major ticks, and minor ticks and rendered above vertical equivalents. The default value is Horizontal Above Vertical.
Border The vector stroke to use for outlining the data area. The syntax is color [width [alpha]], where color is specified as a predefined color name, RGB, or hexadecimal value. For example, red, rgb(255,0,0), or #ff0000. width is an optional integer value specifying the width of the line in pixels. alpha is an optional float value between 0.0 and 1.0.
Ver Fill The vector fill between vertical major tick marks. The syntax is color [alpha], where color is specified as a predefined color name, RGB, or hexadecimal value. For example, red, rgb(255,0,0), or #ff0000. alpha is an optional float value between 0.0 and 1.0. You can also specify a comma-separated list of values. For example, red .5, blue .5, green 1. The fill cycles through the values in the array at each major tick.
Ver Major Stroke The vector stroke to use between vertical major tick lines. The syntax is color [width [alpha]], where color is specified as a predefined color name, RGB, or hexadecimal value. For example, red, rgb(255,0,0), or #ff0000. width is an optional integer value specifying the width of the tick line in pixels. alpha is an optional float value between 0.0 and 1.0. You can also specify a comma-separated list of values. For example, red 1 .5, blue 2 .5, green 1 1. The fill cycles through the values in the array at each major tick.
Ver Minor Stroke The vector stroke to use between minor vertical tick lines. The syntax is color [width [alpha]], where color is specified as a predefined color name, RGB, or hexadecimal value. For example, red, rgb(255,0,0), or #ff0000. width is an optional integer value specifying the width of the tick line in pixels. alpha is an optional float value between 0.0 and 1.0. You can also specify a comma-separated list of values. For example, red 1 .5, blue 2 .5, green 1 1. The fill cycles through the values in the array at each minor tick.
Hor Fill The vector fill between horizontal major tick marks. The syntax is color [alpha], where color is specified as a predefined color name, RGB, or hexadecimal value. For example, red, rgb(255,0,0), or #ff0000. alpha is an optional float value between 0.0 and 1.0. You can also specify a comma-separated list of pair values. For example, red .5, blue .5, green 1. The fill cycles through the values in the array at each major tick.
Hor Major Stroke The vector stroke to use between horizontal major tick lines. The syntax is color [width [alpha]], where color is specified as a predefined color name, RGB, or hexadecimal value. For example, red, rgb(255,0,0), or #ff0000. width is an optional integer value specifying the width of the tick line in pixels. alpha is an optional float value between 0.0 and 1.0. You can also specify a comma-separated list of values. For example, red 1 .5, blue 2 .5, green 1 1. Major tick lines cycle through the values in the array.
Hor Minor Stroke The vector stroke to use to mark the minor horizontal tick lines. The syntax is color [width [alpha]], where color is specified as a predefined color name, RGB, or hexadecimal value. For example, red, rgb(255,0,0), or #ff0000. width is an optional integer value specifying the width of the tick line in pixels. alpha is an optional float value between 0.0 and 1.0. You can also specify a comma-separated list of values. For example, red 1 .5, blue 2 .5, green 1 1. Minor tick lines cycle through the values in the array.
Display Whether grid lines display in the chart. The default value is Block, which specifies to display grid lines. If None is selected, grid lines are not displayed in the chart, but the component remains in the Component Hierarchy palette.
Bound Menu A menu to display when a user right-clicks on the grid line with the mouse. Specify the name of the menu component as displayed in the Component Hierarchy palette.

Contents

Searching General Interface Docs

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.