WEB开发网
开发学院软件开发Java 使用 Flex3 开发 OLAP 应用 阅读

使用 Flex3 开发 OLAP 应用

 2010-03-31 00:00:00 来源:WEB开发网   
核心提示: 接着用 ViewStack 组件将我们所要展示的三种图表控件粘合在一起,通过点击 ViewStack 的 tab 页来查看不同的展示效果,使用 Flex3 开发 OLAP 应用(2),清单 1. OLAPAppInFlex.mxml<mx:Scriptsource="includ

接着用 ViewStack 组件将我们所要展示的三种图表控件粘合在一起,通过点击 ViewStack 的 tab 页来查看不同的展示效果。

清单 1. OLAPAppInFlex.mxml

 <mx:Script source="include/Chart.as" /> 
…… 
 <mx:ViewStack id="viewStack" width="100%" height="75%" creationComplete="showData()"> 
 <mx:HBox id="columnBox" name="ColumnChart" width="100%"> 
  <mx:ColumnChart id="columnChart" showDataTips="true" width="100%" height="100%"/> 
  <mx:Panel id="columnLegendPanel" horizontalScrollPolicy="off"> 
   <mx:Box maxHeight="250" horizontalScrollPolicy="off"> 
    <mx:Legend id="columnLegend" width="100%" /> 
   </mx:Box> 
  </mx:Panel> 
 </mx:HBox> 
 
 <mx:HBox id="pieBox" name="PieChart" width="100%"> 
 </mx:HBox> 
 
 <mx:HBox id="lineBox" name="LineChart" width="100%"> 
  <mx:LineChart id="lineChart" showDataTips="true" width="100%" height="100%" /> 
  <mx:Panel id="lineLegendPanel" horizontalScrollPolicy="off"> 
   <mx:Box maxHeight="250" horizontalScrollPolicy="off"> 
    <mx:Legend id="lineLegend" width="100%" /> 
   </mx:Box> 
  </mx:Panel> 
 </mx:HBox> 
 </mx:ViewStack> 

上一页  1 2 3 4 5 6 7  下一页

Tags:使用 Flex 开发

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接