Labels

The following table describes the <labels> attributes.

Attribute Description
visible A Boolean that defines whether a label is displayed on the axis
orientation The label orientation (Auto|Angle30|Angle60|VerticalLettering)
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 The label delete mode (Auto|Fixed)
deleteFactor The delete factor if deleteMode is Fixed. Minimum is 1.
autoResize A Boolean that defines whether font size is reduced automatically to display all labels
staggered A Boolean that defines if labels are staggered
textPolicy The label character policy (NoWrap|Wrap|Truncate) if staggered is true

The following table shows the <labels> children elements.

Child 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>