Hi Nikolay,
1.When figures for 2 bars are too close, the bar labels will overlap each other. Can i set place the labels to the right/left side to prevent the overlapping. See Image 2016-07-23 19.18.33.png
2. Can i set height dynamically according to screen dimension. now ui looking not good. see image 20-07-23 19.20.02.png
3. i tired to change labels background color change and text color change my code like this:-
<chart:BarSeries
seriesName="Bar1"
categoryProperty="name"
items="{{ source.chartSource2 }}"
valueProperty="ExpenseOther"
selectionMode="Series"
stackMode="Stack"
showLabels="true">
<chart:LineSeries.labelStyle>
<chart:PointLabelStyle margin="10" fontStyle="Bold" fillColor="#000" textSize="10" textColor="#fff" />
</chart:LineSeries.labelStyle>
</chart:BarSeries>
this code is not working still i am getting default bg colour and text colour but margin="10" fontStyle="Bold" textSize="10" this style are working. see image 2016-07-23 19.30.09.png