<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<control xmlns="http://www.sap.com/sap.ui.library.xsd">
    <name>HarveyBallMicroChartItem</name>
    <derived/>
    <author>SAP SE</author>
    <documentation>Defines the fraction value that is compared with total in a {@link sap.suite.ui.microchart.HarveyBallMicroChart}.</documentation>
    <since>1.34</since>
    <baseType>sap.ui.core/Element</baseType>
    <properties>
        <property name="color" type="sap.m/ValueCSSColor" defaultValue="Neutral" group="Misc">
            <documentation>The color of the sector representing the fraction value.&lt;br&gt;The same color is used for the fraction
value label defined either by the &lt;code&gt;fraction&lt;/code&gt; property or by the &lt;code&gt;fractionLabel&lt;/code&gt;
property.</documentation>
        </property>
        <property name="fraction" type="sap.ui.core/float" defaultValue="0" group="Misc">
            <documentation>The fraction value that defines the size of the colored sector.
&lt;br&gt;This property must be set to a value that is a fraction of the &lt;code&gt;total&lt;/code&gt;
value defined for the {@link sap.suite.ui.microchart.HarveyBallMicroChart}.</documentation>
        </property>
        <property name="fractionLabel" type="sap.ui.core/string" group="Misc">
            <documentation>The fraction label. If this property is specified, it is displayed instead of the label that is
based on the &lt;code&gt;fraction&lt;/code&gt; property.</documentation>
        </property>
        <property name="fractionScale" type="sap.ui.core/string" group="Misc">
            <documentation>The scaling factor that is displayed after the fraction value.</documentation>
        </property>
        <property name="formattedLabel" type="sap.ui.core/boolean" defaultValue="false" group="Misc">
            <documentation>If set to &lt;code&gt;true&lt;/code&gt;, the &lt;code&gt;fractionLabel&lt;/code&gt; property is used instead of the
combination of the fraction value and scaling factor.
&lt;br&gt;The default value is &lt;code&gt;false&lt;/code&gt;, which means that the fraction value, defined by
the &lt;code&gt;fraction&lt;/code&gt; property, and the scaling factor, defined by the &lt;code&gt;fractionScale&lt;/code&gt;
property are displayed separately.</documentation>
        </property>
    </properties>
</control>
