The following example shows how you can set the label offset on a Flex VSlider control by setting the labelOffset style.
Full code after the jump.
[click to continue…]
Tagged as:
labelOffset,
labels
The following example shows how you can use an embedded font with the Flex HSlider control by setting the fontFamily and labelStyleName styles.
Full code after the jump.
[click to continue…]
Tagged as:
fontFamily
The following example shows how you can control the data tip offset in a Flex HSlider control by setting the dataTipOffset style.
Full code after the jump.
[click to continue…]
Tagged as:
dataTipOffset
The following example shows how you can customize a slider control’s data tip in Flex. This example uses an embedded font and a data tip with a negative data tip offset that overlaps the slider thumb.
Full code after the jump.
[click to continue…]
Tagged as:
dataTipOffset,
dataTipStyleName
The following example shows how you can programmatically set tick positions on a Flex Slider control by setting the tickValues property.
Full code after the jump.
[click to continue…]
Tagged as:
tickValues