Can anyone offer me some help on how to word wrap a label on an HSlider?
<mx:HSlider id="costRating" minimum="0" maximum="4" value="0"
snapInterval="0.1" tickInterval="1"
labels="['None','★','★★','★★★','★★★★']"
allowTrackClick="true" liveDragging="false" width="200"
change="onSliderChange()"
dataTipFormatFunction="myDataTipFunc"
dataTipPrecision="1"
dataTipPlacement="bottom"
showTrackHighlight="true" />
★ is a star symbol. I'd like the last label which is 4 stars to word
wrap so that it is two rows each with 2 stars.
Thanks,
Dale