This sample is to set the fill color (single color) of the bar.
Single color
color: sets the fill color, alpha: sets the transparency

ā—¸Layout
<Bar2DSeries labelPosition="outside" xField="Profit" itemRenderer="SemiCircleBarItemRenderer">
	<fill>
		<SolidColor color="0xff3232"/>
	</fill>
</Bar2DSeries>