This sample is to set the Style of the Axis.
visible: whether or not to show the axis
tickLength: tick length
minorTickLength: minor tick length.
placement: bottom, left, right, top - the position of the axis in the chart
showLabels: whether or not to show the label
labelAlign: left, center, right - the position of the label
ā—¸Layout
<Axis3DRenderer axis="{hAxis}" tickLength="5" minorTickLength="0" tickPlacement="outside"
minorTickPlacement="cross" placement="bottom" canDropLabels="true" showLabels="true"
showLine="true" labelAlign="center">
<axisStroke>
<Stroke weight="10" color="#CC0000" caps="none"/>
</axisStroke>
<tickStroke>
<Stroke weight="1" color="#CC0000" alpha="1"/>
</tickStroke>
<minorTickStroke>
<Stroke weight="1" color="#FFFFFF" caps="square"/>
</minorTickStroke>
</Axis3DRenderer>