graph » scale-r » minor-tick
minor-tick, minorTick
[ root » graph » scaleR » minorTick ]
Gauge Charts Only: Use the minorTick
object to style the minor tick marks. Note that the minorTicks
attribute must be set for the minor tick marks to display. Refer to the Angular Gauge Charts 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 the leading zero is required before the decimal. 0.3 | 0.4 | 0.9 | ... |
line-color lineColor | String | Sets the line color of the object. Colors can be entered by name (e.g., 'purple', 'blue'), hexadecimal notation (e.g., '#666699', '#33ccff'), or RGB notation (e.g., 'rgb(255,0,0)', 'rgb(0,0,255)'). 'none' | 'transparent' | 'purple' | '#33ccff' | 'rgb(100, 15, 15)' | ... |
line-style lineStyle | String | Sets the line style of the object. 'solid' | 'dotted' | 'dashed' | 'dashdot' |
line-width lineWidth | Numeric | Sets the line width of the object. 1 | 3 | '6px' | ... |
placement | String | Sets the placement of the object. 'outer' | 'inner' | 'cross' |
size | Numeric | Sets the size of the object. 10 | '16px' | ... |
visible | Boolean | Sets the visibility of the object. true | false |