Return-Path: X-Original-To: apmail-flex-users-archive@www.apache.org Delivered-To: apmail-flex-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EED5F1165D for ; Tue, 2 Sep 2014 17:07:20 +0000 (UTC) Received: (qmail 35917 invoked by uid 500); 2 Sep 2014 17:07:20 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 35881 invoked by uid 500); 2 Sep 2014 17:07:20 -0000 Mailing-List: contact users-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@flex.apache.org Delivered-To: mailing list users@flex.apache.org Received: (qmail 35867 invoked by uid 99); 2 Sep 2014 17:07:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Sep 2014 17:07:20 +0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=FREEMAIL_REPLY,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of markzolotoy@gmail.com designates 209.85.218.50 as permitted sender) Received: from [209.85.218.50] (HELO mail-oi0-f50.google.com) (209.85.218.50) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Sep 2014 17:07:15 +0000 Received: by mail-oi0-f50.google.com with SMTP id u20so4579886oif.23 for ; Tue, 02 Sep 2014 10:06:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=NaREXS2gXV7W05A6Or0IrYvniiv0hB+ka3gxj0VgHeg=; b=L+G7qSUcPb3ON0A1Z5scGSrZs1VdqNd/tHu1sI57Abp/GZZzUmlMWoA+kWz14u+dnI ydvRisd/nX3MtTj6Js7zlu365rgUQxpoLddqx3xvl9g20uorrr0y9/cfWZKHMoPAs4lZ 6A7/CX7xeWtttw5B585WZlRjozlHi7siS4mLnOycgEhnES6j8C7q0shrC9PJNZn9I2AJ qytaj5o4qvsOIBYrHOvFiFAYUOEKLfmTxilHMcEdkB01onRcxnBGd4R27CRrZMhFY61U VwdDZCstAPaH9qQ6nbnMwYqiW9lWMQ6LwneNq55YBP5959iRZd2WW3iQLdinc0VvW3v/ E1og== MIME-Version: 1.0 X-Received: by 10.60.220.169 with SMTP id px9mr3298785oec.67.1409677615376; Tue, 02 Sep 2014 10:06:55 -0700 (PDT) Received: by 10.182.22.102 with HTTP; Tue, 2 Sep 2014 10:06:55 -0700 (PDT) In-Reply-To: References: Date: Tue, 2 Sep 2014 12:06:55 -0500 Message-ID: Subject: Re: Line chart From: mark goldin To: users Content-Type: multipart/alternative; boundary=001a1133e0e483318f0502182537 X-Virus-Checked: Checked by ClamAV on apache.org --001a1133e0e483318f0502182537 Content-Type: text/plain; charset=UTF-8 Basically, what I want is to have two lines: one horizontal and another is arc on my linked image being shown on the top. I am assuming at this point that they will be seen better. The image is a square box in two colors. http://i57.tinypic.com/fm75fn.jpg Please try the link in IE. Thanks On Tue, Sep 2, 2014 at 11:24 AM, Deepak MS wrote: > Okay. > Let's say you have 'Sales' as your columnseries and 'Target' as your > lineseries, then your lineChart.series[0] should be 'Sales', and > lineChart.series[1] should be 'Target', which means to say 'Sales' is > behind 'Target' on the chart. > > > On Tue, Sep 2, 2014 at 9:39 PM, mark goldin wrote: > > > ActionScript. > > > > > > On Tue, Sep 2, 2014 at 11:08 AM, Deepak MS > > wrote: > > > > > Yes, you can. How are you populating the series objects? Is it in mxml > or > > > is it in actionscript (dynamically creating series)? > > > > > > > > > On Tue, Sep 2, 2014 at 9:36 PM, mark goldin > > wrote: > > > > > > > Can I change that order without refactoring code? > > > > > > > > > > > > On Tue, Sep 2, 2014 at 11:05 AM, Deepak MS > > > > > wrote: > > > > > > > > > It depends on the order in which you add the series items in the > > chart. > > > > > Whichever item you need on top should be added as first item in the > > > > series > > > > > array. > > > > > > > > > > > > > > > On Tue, Sep 2, 2014 at 9:17 PM, mark goldin > > > > > wrote: > > > > > > > > > > > I have a line chart that sometimes have a line overlayed by > another > > > > chart > > > > > > objects. How can I make sure that the line is drawn always on a > > top? > > > > > > > > > > > > Thanks > > > > > > > > > > > > > > > > > > > > > --001a1133e0e483318f0502182537--