Type: | various |
---|---|
Inherited: | no |
Used By: | Graph elements except piegraph |
Default: | Black 7pt Helvetica |
See: | align font-family font-size font-style font-weight vertical-align xaxis y yaxis-label zaxis |
The yaxis family of attributes set the style to print the markers on the y axis.
yaxis-rotate sets the rotation of the text, in degrees clockwise from 12 o'clock..
yaxis-color sets the color of the markers
yaxis-font-family sets the font to use to display the markers, in the same way as font-family
yaxis-font-style sets the font style to use, in the same way as font-style
yaxis-font-weight sets the font weight to use, in the same way as font-weight
yaxis-font-size sets the size of the font to use, in the same way as font-size
yaxis-align and yaxis-valign set the alignment of the text. Generally these are set by the system to an appropriate value, but can be set separately in the same way as the align or vertical-align attributes.
This example shows a nice way to render a horizontal bargraph.
bargraph { xrotation:0; yrotation:0; zrotation:90; yaxis-align:left; yaxis-vertical-align:bottom; yaxis-rotate:-30; }