Chart Flex

child tag to define these properties or define a stroke and then bind it to the axisStroke object, as the following example shows:" src="http://www.rntsoft.com/Code/FlexImages/mxSolidColorStrokechildtagtodefinethesepropertiesordefineastrokeandthenbindittotheaxisStrokeobjectasthefollowingexampleshows.PNG"

        



  
    import mx.collections.ArrayCollection;
    [Bindable]
    public var expenses:ArrayCollection = new ArrayCollection([
      {Month:"Jan", Profit:2000, Expenses:1500, Amount:450},
      {Month:"Feb", Profit:1000, Expenses:200, Amount:600},
      {Month:"Mar", Profit:1500, Expenses:500, Amount:300}
      ]);
    

      caps="square" />
  
    
      
                  categoryField="Month" />
      

      
        
          {axisStroke}
        

      

      
        
          
                          alpha=".75" caps="square" />