Skip to content

Instantly share code, notes, and snippets.

@henrydjacob
Created September 2, 2010 04:40
Show Gist options
  • Save henrydjacob/561879 to your computer and use it in GitHub Desktop.
Save henrydjacob/561879 to your computer and use it in GitHub Desktop.
//To remove watermark on Flex Data Visualization components
(chartComID.getChildAt(chartComID.numChildren-1) as TextField).htmlText = "";
(salesChart.getChildAt(salesChart.numChildren-1) as TextField).htmlText = "";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment