2.120.27 ChartAxis.LabelsAutoFitDisabled

Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01

The ChartAxis.LabelsAutoFitDisabled element specifies whether axis labels are not automatically adjusted to fit. This element is optional. If the ChartAxis.LabelsAutoFitDisabled element is present, its value MUST be a Boolean ([XMLSCHEMA2/2] section 3.2.2) or an expression that evaluates to a Boolean value. If the value of the ChartAxis.LabelsAutoFitDisabled element is false, labels MUST adjust to fit. If this element is not present, its value is interpreted as false.

Following is the parent element of the ChartAxis.LabelsAutoFitDisabled element.

Parent elements

ChartAxis

The following is the XML Schema definition of the ChartAxis.LabelsAutoFitDisabled element.

 <xsd:element name="LabelsAutoFitDisabled" type="xsd:string" minOccurs="0" />