<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<simple-type xmlns="http://www.sap.com/sap.ui.library.xsd">
    <name>ComparisonMicroChartViewType</name>
    <derived/>
    <documentation>Lists the views of the comparison micro chart concerning the position of titles and labels.</documentation>
    <since>1.34</since>
    <enumeration>
        <value name="Normal">
            <documentation>Titles and values are displayed above the bars.</documentation>
        </value>
        <value name="Wide">
            <documentation>Titles and values are displayed in the same line with the bars.</documentation>
        </value>
        <value name="Responsive">
            <documentation>Behavior changes based on the current width of the chart.
&lt;code&gt;Normal&lt;/code&gt; view is used for charts up to 192px wide, and &lt;code&gt;Wide&lt;/code&gt; is used for wider charts.</documentation>
        </value>
    </enumeration>
</simple-type>
