Re: [flexcoders] Chart Horizontal axis length

2014-03-12 Thread sony antony
Hello John, what is the exact context you are looking for? That would help anyone to answer you correctly. On Friday, 3 May 2013 3:48 AM, John wrote:   How can I determine the length of the Horizontal Axis of a Chart. I know how to get the width of the Chart. What I am looking for is the le

Re: [flexcoders] Chart GridLines error message

2009-09-01 Thread |Mirko
Found solution few mins after posting this - in Flex 4 style "direction" is renamed to "gridDirection" so this may be useful to someone else maybe having this same problem. Cheers |Mirko wrote: > > Hi, > > I keep getting the following error when trying to use GridLines with > "direction" att

Re: [flexcoders] chart "labelRotation" problem

2009-05-26 Thread Vikram Singh
Thanks Vivian Richard.. :) From: Vivian Richard To: flexcoders@yahoogroups.com Sent: Monday, 25 May, 2009 7:39:10 AM Subject: Re: [flexcoders] chart "labelRotation" problem Please see this link -- http://demo.quietlyscheming.com/Ch

Re: [flexcoders] chart "labelRotation" problem

2009-05-26 Thread Vikram Singh
Thanks Jake Churchill.. From: Jake Churchill To: flexcoders@yahoogroups.com Sent: Saturday, 23 May, 2009 9:32:36 PM Subject: RE: [flexcoders] chart "labelRotation" problem It seems like I’ve gotten this working before. At least on the axis I

Re: [flexcoders] chart "labelRotation" problem

2009-05-24 Thread Vivian Richard
Please see this link -- http://demo.quietlyscheming.com/ChartSampler/app.html In the Style folder see the Axis Labels example. You can also see the code. Regards On Sat, May 23, 2009 at 11:02 AM, Jake Churchill wrote: > > > It seems like I’ve gotten this worki

RE: [flexcoders] chart "labelRotation" problem

2009-05-23 Thread Jake Churchill
It seems like I’ve gotten this working before. At least on the axis I did but I had to embed the font for it to work. I think by default, Flex can only rotate the system font or one that’s embedded in the app. Here’s a link to the widget I did with this: http://www.sonburst.com/lfg/LFG4

Re: [flexcoders] Chart tooltip issue

2009-05-13 Thread Tom Chiverton
On Monday 11 May 2009, richmcgillicuddy wrote: > need to set in order to have the tooltip recognize it will not fit to the > right of the datapoint and display it to the left so it doesn't get cut Check the source for the default class to see if there is some logic to do it, and then confirm you

Re: [flexcoders] chart axis renderers inside data area

2009-04-23 Thread thomas parquier
pixels of space > >> being allocated to it. > >> > >> 2009/4/22 Maciek Sakrejda > >: > >> > >> > > >> > > >> > I wonder if putting the AxisRenderer in the chart's annotationElements > >> > array > >>

Re: [flexcoders] chart axis renderers inside data area

2009-04-23 Thread Sam Lai
gt; > >> > >> > -Original Message- >> > From: flexcoders@yahoogroups.com on behalf of thomas parquier >> > Sent: Tue 4/21/2009 11:17 AM >> > To: flexcoders@yahoogroups.com >> > Subject: Re: [flexcoders] chart axis renderers inside data ar

Re: [flexcoders] chart axis renderers inside data area

2009-04-23 Thread thomas parquier
half of thomas parquier > > Sent: Tue 4/21/2009 11:17 AM > > To: flexcoders@yahoogroups.com > > Subject: Re: [flexcoders] chart axis renderers inside data area > > > > There may be an "easy" way to get plain current axis but rendered inside > the >

Re: [flexcoders] chart axis renderers inside data area

2009-04-21 Thread Sam Lai
k Sakrejda : > > > I wonder if putting the AxisRenderer in the chart's annotationElements array > would work... > > > -Original Message- > From: flexcoders@yahoogroups.com on behalf of thomas parquier > Sent: Tue 4/21/2009 11:17 AM > To: flexcoders@yahoogrou

RE: [flexcoders] chart axis renderers inside data area

2009-04-21 Thread Maciek Sakrejda
I wonder if putting the AxisRenderer in the chart's annotationElements array would work... -Original Message- From: flexcoders@yahoogroups.com on behalf of thomas parquier Sent: Tue 4/21/2009 11:17 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] chart axis renderers i

Re: [flexcoders] chart axis renderers inside data area

2009-04-21 Thread thomas parquier
There may be an "easy" way to get plain current axis but rendered inside the series area, ie not having to use drawing api for axis with labels and avoiding rewrite those getminmax, getlabels (with droplabels, etc) methods. thomas 2009/4/20 Tom Chiverton > > > > > On Sunday 19 Apr 2009, thomas

Re: [flexcoders] chart axis renderers inside data area

2009-04-20 Thread Tom Chiverton
On Sunday 19 Apr 2009, thomas parquier wrote: > Has anyone any suggestion about how to get axis rendered inside data area, > as an overlay ? with someway no "outside" gutters... DataDrawingCannas from http://www.quietlyscheming.com/blog/charts/easy-custom-charts/ would do the job, maybe. -- H

Re: [flexcoders] Chart Axis Location

2009-02-11 Thread Brendan Meutzner
gt; http://screencast.com/t/3vz1MULH >> >> Thanks! >> >> -- >> *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On >> Behalf Of *Richard Rodseth >> *Sent:* Wednesday, February 11, 2009 12:00 PM >> *

Re: [flexcoders] Chart Axis Location

2009-02-11 Thread Richard Rodseth
ailto:flexcod...@yahoogroups.com] *On > Behalf Of *Richard Rodseth > *Sent:* Wednesday, February 11, 2009 12:00 PM > *To:* flexcoders@yahoogroups.com > *Subject:* Re: [flexcoders] Chart Axis Location > > Do you mean that you want the title for the left vertical axis, for > example, to be

RE: [flexcoders] Chart Axis Location

2009-02-11 Thread Chad Callahan
roups.com] On Behalf Of Richard Rodseth Sent: Wednesday, February 11, 2009 12:00 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Chart Axis Location Do you mean that you want the title for the left vertical axis, for example, to be above the axis rather than sideways alongside it? O

RE: [flexcoders] Chart Axis Location

2009-02-11 Thread Chad Callahan
uary 11, 2009 12:00 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Chart Axis Location Do you mean that you want the title for the left vertical axis, for example, to be above the axis rather than sideways alongside it? Or do you mean that you want the horizontal axis, along with its

Re: [flexcoders] Chart Axis Location

2009-02-11 Thread Richard Rodseth
Do you mean that you want the title for the left vertical axis, for example, to be above the axis rather than sideways alongside it? Or do you mean that you want the horizontal axis, along with its tick marks and tick mark labels to be above the chart? The latter is easy, the former might be easies

Re: [flexcoders] Chart fails when used in module

2008-10-22 Thread Guy Morton
Replying to my own post...I guess I am seeing this same bug that's a subject of another thread: https://bugs.adobe.com/jira/browse/FLEXDMV-1695 My way of triggering it is slightly different but the same code appears to be causing it. I spose I'll try the workaround listed there. Guy On

Re: [flexcoders] Chart: pass info about series1 to series2 lineSegmentRenderer callback?

2008-07-31 Thread Laurent Cozic
Normally, the way to pass parameters to the item renderer is through its "data" property. So just make sure that your data provider contains whatever information you need to set the item renderer position. -- Laurent Cozic Flash, Flex and Web Application development http://pogopixels.com

Re: [flexcoders] Chart question - area chart with line chart overlay

2008-07-14 Thread Guy Morton
I'll answer my own question... you can mix AreaSeries and LineSeries within a LineChart. Too easy! Guy On 15/07/2008, at 12:58 PM, Guy Morton wrote: Hello group Is it possible to have an area chart with a line chart overlaid over the top? I note that you can stack some types of charts but

RE: [flexcoders] chart data change events

2008-05-23 Thread Sunil Bannur
When the dataprovider changes, each series's protected dataChanged function gets called. Also, you could access the chart's dataProvider as a ICollection and add an event listener to it to keep track of the data changes. Thanks -Sunil From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTEC

Re: [flexcoders] Chart Styling | BarChart -- Controlling How Total Width Is Allocated Between Data Area (e.g. Bars) vs Labels

2008-04-05 Thread greg h
Thanks Doug! Spot on (as always). Geez, I didn't realize that my labels were lying there in the gutter the whole time ;-) g

Re: [flexcoders] Chart Styling | BarChart -- Controlling How Total Width Is Allocated Between Data Area (e.g. Bars) vs Labels

2008-04-05 Thread Doug McCune
Try using the gutterLeft, gutterRight, gutterTop, and gutterBottom styles on the chart itself. If you set those you can control how many pixels are used for the axes. You can also play with the font size and rotation of the labels on the axis renderers you use. Doug On Sat, Apr 5, 2008 at 4:53 PM

RE: [flexcoders] Chart itemRenderers - how to get origional data values?

2007-09-05 Thread Ely Greenfield
_chartItem.item[BarSeries(_chartItem.element).xField]; (chartItem.item is the original record out of the dataProvider. BarSeries(_chartItem.element).xField is the field you told the series to use as its x value). Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTEC

Re: [flexcoders] Chart snapshots

2007-06-03 Thread Doug McCune
This doesn't get you a 100% solution, but maybe it's good enough for you: http://dougmccune.com/blog/2007/06/03/save-a-snapshot-image-of-a-flex-app-without-a-server/ It opens a popup window with a snapshot image of whatever Flex component you specify. The user can then right click and copy or sav

Re: [flexcoders] Chart snapshots

2007-06-03 Thread Brendan Meutzner
Andrew Trice has a great tutorial on this... http://www.cynergysystems.com/blogs/page/andrewtrice?entry=flex_2_bitmapdata_tricks_and On 6/3/07, simonjpalmer <[EMAIL PROTECTED]> wrote: I have a requirement to be able to "copy and paste" a chart from my flex app to another application via t

RE: [flexcoders] Chart animation not updating itemrenderer

2007-05-25 Thread Ely Greenfield
They get recycled for performance reasons, but they will all get their data property reassigned. Most of the time people have posted problems like this, it involves bugs in their custom renderer code...accidentally short-cutting their set data function, for example. If you post (simple)

Re: [flexcoders] Chart does not show up in Safari on Mac

2007-05-23 Thread Flexing...
I am also using MacOS but for me the Charts show up properly in both Safari and Firefox. Can you ensure that you have latest (9.x) FlashPlayer installed on MacOS. On May 24, 2007, at 12:02 PM, lanlin998 wrote: I wrote a FLEX chart application in ActionScipt3.0 and FLEX2.0 charting. It gets

Re: [flexcoders] Chart Axis Labels as Link

2007-03-08 Thread Brian Hegeman
The labels aren't set at an angle and I'm using the default font so nothing funny is going on there. I am seeing performance issues -- Firefox runs about 25-30% CPU usage when my swf is playing and the updateDisplayList calls are literally constant, each one runs 1ms at most as reported by getTime

RE: [flexcoders] Chart Axis Labels as Link

2007-03-07 Thread Ely Greenfield
Brian -- are your labels set at an angle? If they are, it would explain why you are having problems. The Flash Player can't render device text at an angle. You'll have to use embedded fonts, or set the axis to not render the labels at an angle. Regarding the performance...Are you seeing act

RE: [flexcoders] Chart annotationElements based on series data

2007-02-27 Thread Ely Greenfield
There's no obvious way to do what you're doing. The annotation element has access to the chart, so you could iterate over the series of the chart, and ask for their data. To get access to what is currently visible on screen, you could ask for their renderData, then look at the filteredCache

RE: [flexcoders] Chart Series - formatDataTip inconsistent visibility

2007-02-22 Thread Ely Greenfield
In general, they're prive because we provide an alternate method for changing the datatip that doesn't require subclassing (setting the dataTipFunction on the chart). Depending on the scenario, it feels a little bit like overkill. If I were writing this myself, I would write my own dataTipFun

Re: [flexcoders] Chart Series added programmatically don't display

2007-01-16 Thread Brendan Meutzner
Not sure I understand your response Ely, but I've had success adding series dynamically to the CartesianChart... here's an example... right click for source: http://www.stretchmedia.ca/code_examples/offset_calculator/SeriesOffsetCalculator.html And yes, this is an opportunity to pitch my little

RE: [flexcoders] Chart Series added programmatically don't display

2007-01-16 Thread Ely Greenfield
That's usually an indiciation that the chart is correctly using the series, but for some reason the series isn't part of the chart's display tree. The most common case for this is if you try and put the same series in two different charts. They'll both behave like they contain the series, bu

Re: [flexcoders] Chart inside a datagrid

2006-12-12 Thread arpan srivastava
Hi , Maybe you can send just an array of column names in the itemrenderer by setting the properties for itemrenderer and in the itemrenderer you pick out values of those column names from the data property. i suppose the values for which you are plotting the chart are in a single row. -

RE: [flexcoders] Chart :Clipping segment from a line serie

2006-11-29 Thread Claude Hussenet
Thank you Ely.It's exactly what I was looking for ! Ely Greenfield <[EMAIL PROTECTED]> wrote: By default, series filter out datapoints not in the min/max range. If you set the filterData property to false, they'll render all points. Ely.

RE: [flexcoders] Chart :Clipping segment from a line serie

2006-11-29 Thread Ely Greenfield
By default, series filter out datapoints not in the min/max range. If you set the filterData property to false, they'll render all points. Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Claude Hussenet Sent: Wednesday, Nov

RE: [flexcoders] Chart annotation and panning

2006-11-28 Thread Ely Greenfield
Hi Claude. The answer, for now, is to create a custom chart element that does the transformations from data to pixel coordinates to decide where to place a shape. I've posted numerous examples of this recently in this newsgroup and on my blog, at http://www.quietlyscheming.com/. I'm working

RE: [flexcoders] Chart annotation and panning

2006-11-28 Thread Samuel R. Neff
We use a PlotSeries with a custom ItemRenderer for this purpose. Seems to work well, but it'd be nice if there was a more explicit way to add annotations. Sam _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Claude Hussenet Sent: Monday, November 27, 2006 9

RE: [flexcoders] Chart question

2006-10-06 Thread Pekka Kola
I have don a kind of solution to draw a box "shadowing" a future time in chart (draws a box above the chart area presenting the future). Here you have a part of the code doing the effect. showTime() is called in my case by timer. public function showTime(t:Date):void {

Re: [flexcoders] Chart Axis Effects?

2006-10-03 Thread Tom Chiverton
On Monday 02 October 2006 17:01, Mark wrote: > Thanks in advanced for any help. Could you use a TweenEffect to adjust the min/max values on the axis yourself ? -- Tom Chiverton Helping to proactively network sticky e-commerce This email is

RE: [flexcoders] Chart error when mouse rolls over

2006-08-14 Thread Matt Horn
y, August 11, 2006 6:41 PM > To: flexcoders@yahoogroups.com > Subject: RE: [flexcoders] Chart error when mouse rolls over > > > get the following run time error when my mouse rolls over one > of my charts: > ReferenceError: Error #1069: Property hitData not found on &g

RE: [flexcoders] Chart error when mouse rolls over

2006-08-11 Thread Joshua Lingwai
get the following run time error when my mouse rolls over one of my charts: ReferenceError: Error #1069: Property hitData not found on mx.charts.HitData and there is no default value. at Chart1/::formatDataTip() at mx.charts.chartClasses::ChartBase/::invokeDTFunction() at mx.charts::HitData/get d

RE: [flexcoders] Chart highlights when hovering

2006-08-03 Thread Dimitrios Gianninas
We tried something like below yet it does nothing:     What we want is that when a user passes his cursor over some area in a pie chart, that it gets highlighted so the user knows he/she can click/dclick on it.   Dimitrios Gianninas RIA Developer Optimal Payments Inc.   From: flexcode

RE: [flexcoders] Chart multiple vertical axis

2006-08-02 Thread Karl Johnson
You may be able to accomplish what you want to do by overlaying multiple chart components on top of each other, with transparent backgrounds. Not sure I can exactly picture what you want the chart to look like, but it would be easy to align multiple charts on top of each other and then you

Re: [flexcoders] Chart watermark won't go away in SDK

2006-07-05 Thread James Ward
Try to also clear your browser's cache. -James On Wed, 2006-07-05 at 20:17 +, vanhoese wrote: > I followed the instructions from the readme_charting.htm for the > standalone Flex SDK. I also removed the generated cache file that is > created when I call mxmlc from the java command through

RE: [flexcoders] Chart Data Tip Function

2006-06-28 Thread Deepa Subramaniam
  Hey There - Looks like in beta3 dataTipFunction took an Object as its parameter. That has since changed; now, dataTipFunction takes a HitData object that describes the data point.   -deepa   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of

RE: [flexcoders] Chart Data Tip Function

2006-06-28 Thread Ely Greenfield
    Sorry, yes, in the final release chart datatip functions take a hitData structure as its only parameter.   Ely.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of pasflexSent: Wednesday, June 28, 2006 11:58 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders]

RE: [flexcoders] Chart Data Tip Function

2006-06-28 Thread Matt Horn
That is correct, use HitData not ChartItemEvent for the data type of the argument passed to your dataTipFunction. Yes, the docs are wrong and this change should show up on LiveDocs soon.   matt horn flex docs From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] Chart VerticlaAxis Maximum

2006-06-26 Thread Ely Greenfield
      You need to cast the property to the Type of Axis that you (presumably) know you're using. If, for example, your vertical Axis is a LinearAxis, you'd do this:     LinearAxis(myChart.verticalAxis).maximum = ...     Ely.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

Re: [flexcoders] Chart VerticlaAxis Maximum

2006-06-25 Thread Brendan Meutzner
Not sure about setting the property via Actionscript (haven't tried myself), but why not bind your value in MXML to a variable, and then change the value of the variable... I know this will work... private function someFunc():void{    maxValue = XX;}On 6/25/06, ruddyvanduynslager <[EMAIL PROTEC

RE: [flexcoders] Chart - How to set up color on series ? Bug ?

2006-06-15 Thread Ely Greenfield
    No, there's no style enumerations. Good idea though.   Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Daniel TuppenySent: Thursday, June 15, 2006 12:13 AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Chart - How to set up color on s

RE: [flexcoders] Chart - How to set up color on series ? Bug ?

2006-06-15 Thread Daniel Tuppeny
f it's already there...? :-) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ely GreenfieldSent: 14 June 2006 18:14To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Chart - How to set up color on series ? Bug ?       Yup, that's what it means.  In general, we o

RE: [flexcoders] Chart - How to set up color on series ? Bug ?

2006-06-14 Thread Ely Greenfield
y, June 14, 2006 9:20 AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Chart - How to set up color on series ? Bug ? Does this mean that typos in styles will now only be caught at runtime, rather than compile time? To me, the old methods looks nicer :-) From: flexcoders@yahoo

RE: [flexcoders] Chart - How to set up color on series ? Bug ?

2006-06-14 Thread Daniel Tuppeny
: RE: [flexcoders] Chart - How to set up color on series ? Bug ?       Back in Flex 1.5, because of limitations of the compiler, we had to wrap a bunch of the charting styles with stubbed out get/set functions.  Now that those limitations have been fixed, we scrubbed the classes in Beta3 and

RE: [flexcoders] Chart - How to set up color on series ? Bug ?

2006-06-14 Thread Ely Greenfield
      Back in Flex 1.5, because of limitations of the compiler, we had to wrap a bunch of the charting styles with stubbed out get/set functions.  Now that those limitations have been fixed, we scrubbed the classes in Beta3 and removed those stubbed out functions.  So instad of :   pieSeri

RE: [flexcoders] Chart Datatips

2006-02-16 Thread Jonathan Miranda
Sent: Thursday, February 16, 2006 11:06 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Chart Datatips       Something like:                               Ely.       From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.co

RE: [flexcoders] Chart Datatips

2006-02-16 Thread Jonathan Miranda
never let your opponent see your pieces."   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Ely Greenfield Sent: Thursday, February 16, 2006 11:06 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Chart Datatips      

RE: [flexcoders] Chart Datatips

2006-02-16 Thread Ely Greenfield
    Something like:                               Ely.     From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan MirandaSent: Thursday, February 16, 2006 10:03 AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Chart Datatips

RE: [flexcoders] Chart Datatips

2006-02-16 Thread Jonathan Miranda
r let your opponent see your pieces."   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Ely Greenfield Sent: Thursday, February 16, 2006 10:52 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Chart Datatips       set the:   pointR

RE: [flexcoders] Chart Datatips

2006-02-16 Thread Ely Greenfield
f you want to explicitly disable dataTips for a single series, set it's interactive property to false.       From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan MirandaSent: Thursday, February 16, 2006 9:47 AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcode

RE: [flexcoders] Chart Datatips

2006-02-16 Thread Jonathan Miranda
com Subject: RE: [flexcoders] Chart Datatips         What kind of chart?       From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jonathan Miranda Sent: Thursday, February 16, 2006 9:23 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Chart Datatips Is

RE: [flexcoders] Chart Datatips

2006-02-16 Thread Ely Greenfield
      What kind of chart?     From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan MirandaSent: Thursday, February 16, 2006 9:23 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Chart Datatips Is there a way to have the little “targets” for dataTips al

RE: [flexcoders] Chart printing options

2006-01-24 Thread Ely Greenfield
Kent -- are you using Flex 1.5 or 2.0? Ely. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of kronos113 Sent: Tuesday, January 24, 2006 10:53 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Chart printing options I'm creating print vie

RE: [flexcoders] Chart creation via as3 in flex 2

2005-11-25 Thread Ely Greenfield
You're pretty close: var chart:BarChart=new BarChart(); // based on your xField/yField names, I'm betting you want a column chart (vertical) and not a bar chart (horizontal). chart.type="overlaid"; var bseries:BarSeries=new BarSeries(); bseries.barWidthRatio=0.65; // this won't have

RE: [flexcoders] Chart types (Flex 2)

2005-11-11 Thread Ely Greenfield
You want a BarChart. This won't compile (at least without warnings), but it will get you pointed in the right direction: var data:Array = [ { name: "Bob", start: 1955, end: 1970}, { name: "Sally", start: 1930, end: 1968} ]

Re: [flexcoders] chart dynamic data effect

2005-10-13 Thread Tom Fitzpatrick
All right, I figured this one out - using the SeriesInterpolate effect demonstrated in the chart explorer. (In case anyone else was wondering how to do this.) - Tom At 09:08 AM 10/12/2005, you wrote: >I've created a chart with a dynamically changing dataprovider. Is there a >way to add an effec

RE: [flexcoders] Chart

2005-09-06 Thread Abdul Qabiz
Hi,   Check out these two links, you might get started your own:    http://livedocs.macromedia.com/flex/15/asdocs_en/mx/charts/ColumnChart.html   http://flexapps.macromedia.com/flex15/chartexplorer/explorer.mxml?versionChecked=true     -abdul From: flexcoders@yahoogroups.com [mailto:[EMA

Re: [flexcoders] CHART + CONTEXTMENU : Create a ContextMenu according to a chart

2005-08-02 Thread Aldo Bucchi
One quick observation, mouseOverData="{ setDispatchingOptions( event ) }" The curly braces are not necessary here. It should be: mouseOverData="setDispatchingOptions( event )" You are not trying to declare a binding there, just telling the flex compiler to create something like the followi

RE: [flexcoders] Chart examples

2005-06-09 Thread Matt Chotin
has some extra character in it that we’re not catching.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of david_gal-reyniez Sent: Thursday, June 09, 2005 2:38 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Chart examples   Matt, The problem come

RE: [flexcoders] Chart examples

2005-06-09 Thread david_gal-reyniez
 : jeudi 9 juin 2005 02:54À : flexcoders@yahoogroups.comObjet : RE: [flexcoders] Chart examples Your code looks correct, maybe there’s a character by accident in one of your tags?  It should tell you what line it is looking at when it sees this error.   Matt   From: flexcoders

RE: [flexcoders] Chart examples

2005-06-08 Thread Matt Chotin
: Wednesday, June 08, 2005 1:24 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Chart examples   Matt, Is that possible that the error is generated by a wrong/reduced class PlotSeries.as? It seems that the message is due to a defect xml structure. Don't you think so? I don'

RE: [flexcoders] Chart examples

2005-06-08 Thread david_gal-reyniez
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Matt HornEnvoyé : mardi 7 juin 2005 19:13À : flexcoders@yahoogroups.comObjet : RE: [flexcoders] Chart examples No, that should have no effect here... certainly not the source of that error message. I'm sorry, I can't r

RE: [flexcoders] Chart examples

2005-06-07 Thread Matt Horn
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Chart examples Matt, I have the same version but this is the trial version. Is that the reason why? David De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Matt HornEnvoyé : mardi 7 juin 2

RE: [flexcoders] Chart examples

2005-06-07 Thread david_gal-reyniez
Matt, I have the same version but this is the trial version. Is that the reason why? David De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Matt HornEnvoyé : mardi 7 juin 2005 17:28À : flexcoders@yahoogroups.comObjet : RE: [flexcoders] Chart examples David, I

RE: [flexcoders] Chart examples

2005-06-07 Thread Matt Horn
David, I copied and pasted the code in this email exactly as written and it runs fine for me. What version of Flex are you using? I tried it with 1.5.   matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of david_gal-reyniezSent: Tuesday, June 07, 2005 4

RE: [flexcoders] chart / legend

2005-03-31 Thread Matt Chotin
How are you loading the data? I'd imagine that you're probably using some sort of array population method as opposed to just re-assigning the dataProvider. Make sure you use DataProvider methods like addItemAt, etc. Matt -Original Message- From: christoph larch To: flexcoders@yahoogro

RE: [flexcoders] chart formatting

2005-03-01 Thread Tom Fitzpatrick
At 08:11 PM 2/28/2005, you wrote: Tom, In my chart, I have the following: // some parent container tag Rob - Thanks - that worked perfectly. And, while I'm at it, thanks for correcting the documentation bug related to the datatip formatting code, where "data" was substituted for "item" - I had fo

RE: [flexcoders] chart formatting

2005-03-01 Thread Robert Brueckmann
Tom,   In my chart, I have the following:   // some parent container tag                                

RE: [flexcoders] Chart>>How to drop the shadow on the line in linechart

2005-01-31 Thread Wilfred LEUNG
Solved with mx:LineSeries renderer. No problem now Wilfred -Original Message- From: Wilfred LEUNG [mailto:[EMAIL PROTECTED] Sent: Monday, January 31, 2005 8:21 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Chart>>How to drop the shadow on the line in linechart HI My questi