2.117.10 ChartArea.EquallySizedAxesFont

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

The ChartArea.EquallySizedAxesFont element specifies whether the same font size is used for all axes. The ChartArea.EquallySizedAxesFont element is optional. If this element is present, its value MUST be a Boolean ([XMLSCHEMA2/2] section 3.2.2) or an expression that evaluates to a Boolean. If this element is not present, its value is interpreted as false.

If there is at least one ChartAxis.LabelsAutoFitDisabled element specified or evaluated as true either in ChartArea.ChartCategoryAxes or ChartArea.ChartValueAxes, the value of the ChartArea.EquallySizedAxesFont element is interpreted as false.

Following is the parent element of the ChartArea.EquallySizedAxesFont element.

Parent elements

ChartArea

The following is the XML Schema definition of the ChartArea.EquallySizedAxesFont element.

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