<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<control xmlns="http://www.sap.com/sap.ui.library.xsd">
    <name>charts/StackedHorizontalBarChart</name>
    <derived/>
    <documentation>Stacked Horizontal Bar Chart wrapper around the viz StackedBarChart / MultipleStackedBarChart.
To be used in conjunction with the chart toolbar.</documentation>
    <deprecation since="1.24">Sap.ca charts have been replaced with sap.viz and vizFrame in 1.24.
The UI5 control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts.
Now that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead!
This control will not be supported anymore from 1.24.</deprecation>
    <baseType>sap.ca.ui/charts/Chart</baseType>
    <properties>
        <property name="type" type="sap.ui.core/string" defaultValue="StackedBar" group="Designtime">
            <documentation>Mapped to charType property.</documentation>
            <deprecation since="1.16.3">type has been deprecated since 1.16.3. Please use the chartType instead.</deprecation>
        </property>
        <property name="minTouchSize" type="sap.ui.core/CSSSize" defaultValue="48px" group="Dimension">
            <documentation>Mapped to minShapeSize property.</documentation>
            <deprecation since="1.16.3">minTouchSize has been deprecated since 1.16.3. Please use the minShapeSize instead.</deprecation>
        </property>
        <property name="dataLabelFormat" type="sap.ui.core/any" defaultValue="[[##]]" group="Appearance">
            <documentation>Defines the formater string for the dataLabel value to be diaplyed on the bubble e.g [ [##]]</documentation>
        </property>
    </properties>
    <aggregations>
        <aggregation name="content" type="sap.ui.core/Control" cardinality="0..n">
            <documentation>Deprecated aggregation. Left for compatibility purposes.</documentation>
            <deprecation since="1.16.3">content has been deprecated since 1.16.3. The only visible content in the chart now is the internalVizChart.</deprecation>
        </aggregation>
    </aggregations>
</control>
