MACROMEDIA FLEX 2-MIGRATING APPLICATIONS TO FLEX 2 Manuale Utente Pagina 168

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 184
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 167
168 Additional Migration Issues
Legends
You now enclose the data provider for Legend controls in curley braces; for example:
Flex 1.x:
<mx:LineChart id="linechart">
...
</mx:LineChart>
<mx:Legend dataProvider="linechart"/>
Flex 2:
<mx:LineChart id="linechart">
...
</mx:LineChart>
<mx:Legend dataProvider="{linechart}"/>
Interfaces
All chart interfaces now follow the I* naming scheme, as the following table shows:
Flex 1.x Name Flex 2 Name
BoxRenderer IBoxRenderer
AreaRenderer IAreaRenderer
WedgeRenderer IWedgeRenderer
LineRenderer ILineRenderer
Fill IFill
Axis IAxis
AxisRenderer IAxisRenderer (the interface, not the class)
Vedere la pagina 167
1 2 ... 163 164 165 166 167 168 169 170 171 172 173 ... 183 184

Commenti su questo manuale

Nessun commento