Labels

<labels>
    <font>
    <numberFormat>
        <template>
Attribute Type or Value Description
visible Boolean Specifies whether a label is displayed on the axis
orientation Auto|Angle30|Angle60|VerticalLettering The label orientation
Note You can use Angle30 and Angle60 on value axes only and if the chart is not Bar3D. You can use Auto and VerticalLettering in all other cases.
deleteMode Auto|Fixed The label deletion mode
deleteFactor integer The deletion factor if deleteMode is Fixed. Minimum is 1.
autoResize Boolean Specifies whether font size is reduced automatically to display all labels
staggered Boolean Specifies whether labels are staggered
textPolicy NoWrap|Wrap|Truncate The label character policy if staggered is true
Element Description
<font> The label font properties (size, face, italic, bold, strikethrough, underline, and RGB color)
<numberFormat> The format of the tick values defined through a template and a series of properties.
Note For value axes only.

Example

<labels visible="true" orientation="Auto" staggered="false">
    <font size="8" face="Arial" italic="false" bold="true" strikethrough="false" underline="false" rgb="#707070"/>
    <numberFormat default="true" sample="1,234567E3" type="Custom">
        <template positive="SCIENTIFIC"/>
    </numberFormat>
</labels>