graph » scale-x » guide » items
items
[ root » graph » scaleX » guide » items ]
Use the items
array of objects to customize the scale guide items for scaleX
. Refer to the X/Y-Axis Scales Tutorial for more information.
Attribute | Type | Info |
---|---|---|
alpha | Numeric | Sets the transparency of the object. Values must range between 0.0 and 1.0, with 0.0 being completely transparent and 1.0 being completely opaque. Note that values require the leading zero before the decimal. 0.3 | 0.9 | ... |
background-color backgroundColor | String | Sets the background color of the object. 'none' | 'transparent' | 'purple' | '#33ccff' | 'rgb(100, 15, 15)' | ... |
border-color borderColor | String | Sets the border color of the object. 'none' | 'transparent' | 'purple' | '#33ccff' | 'rgb(100, 15, 15)' | ... |
border-width borderWidth | Numeric | Sets the border width of the object. 1 | 3 | '6px' | ... |