When building an application that uses Flex Professional libraries such as datavisualization.swc, you may declare license number for "products" to avoid watermarks to appear on the components.
<licenses>
<flexLicense>
<productName>flexbuilder3</productName>
<serialNumber>LICENSE_NUMBER</serialNumber>
</flexLicense>
</licenses>