Horizontal slider Label settings
<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
<mx:HBox>
<mx:VBox>
<mx:HSlider tickInterval="2" labels="['min', 'max']"
height="150" />
<mx:HSlider />
</mx:VBox>
<mx:VSlider tickInterval="2" labels="['min', 'max']" />
</mx:HBox>
</mx:Application>
Related examples in the same category