Not finding what you are looking for? Request a recipe!

  1. Avg. Rating 4.0

    Using a customized separatorSkin in a LinkBar

    Extend the LinkSeparator class and create a customized shape for your link separator by overriding the updateDisplayList method. Use this new class in the separatorSkin property of your Link Bar.

  2. Avg. Rating 3.8

    Using a programmatic renderer in your ColumnChart to set the ...

    Use an ItemRenderer in your columnSeries that extends the UIComponent class and implement the IDataRenderer interface

  3. Avg. Rating 3.7

    Drawing a horizontal line across a columnChart. ( i.e. avera ...

    Use an ItemRenderer in your columnSeries that extends the UIComponent class and implement the IDataRenderer interface and uses the graphics class to draw the line across your chart.

  • Results 1-3 of 3