When I using div content for showing under the image or graphic I must closed these visual contents for accessibility options. And I wannat just showed ( voice over speak ) my aria-label content but. Voiceover didt read this label.
<div tabindex="0" role="definition" aria-hidden="false" aria-label="the bar for Current Balance & Available Credit" ng-if="vm.openCycleInfo" >
<progress-bar tabindex="-1" aria-hidden="true" class="full-width" vb-min-text="Current Balance" vb-max-text="Available Credit" vb-id="BalanceProgress" vb-minimum-value="0" vb-maximum-value="{{vm.openCycleInfo.CreditLimit.Value}}" vb-current-value="vm.openCycleInfo.OTBBalance.Value"></progress-bar>
<div tabindex="-1" aria-hidden="true" class="progress-bar-space"></div>
</div>