Chart: Item label is not positioned correctly outside for stacked bar series when the value of the item is zero
When the item's value is zero - the label is not placed correctly (LabelDisplayMode="Outside"). It is being placed as "Inside".
A work-around: to set LabelDisplayMode="Inside" Distance="-20".