[flexcoders] Charting Line Segments

2010-06-28 Thread Jake Churchill
I've run into an issue that for the life of me I can't seem to figure out. I've been working on this same problem for days and I keep hitting a wall. I have a Cartesian chart with several LineSeries and a PlotSeries. The vertical axis is numeric and the horizontal is a category axis. The value

Re: [flexcoders] Charting Line Segments

2010-06-28 Thread Brendan Meutzner
Which LineSeries is affected? Have you isolated the line series on its own (don't add/load the others) and does it still occur? Have you tried creating a sub class from LineSeries and overriding the appropriate functions inside of it to try and trace out how each segment is loading? Brendan

Re: [flexcoders] Charting Line Segments

2010-06-28 Thread Jake Churchill
I haven't isolated just that series. I'll try that. I was however, trying to figure out which methods to override to see that. Do you know which method to override to see the line segments? I overrode updateData and that seems to set the data but it looks correct. The rendered data cache has

Re: [flexcoders] Charting Line Segments

2010-06-28 Thread Brendan Meutzner
Hmmm... at runtime, have you inspected getAllDataPoints? Does the first (or last) line segment simply not show up? Does the hit data point still trigger if you mouse over the approximate area where it should be rendering? I'm curious to hear your results from isolating the line series and

Re: [flexcoders] Charting Line Segments

2010-06-28 Thread Jake Churchill
I can't override getAllDataPoints. I see that in Flex 3 but not 2. I assume that changed. When I isolated that series, I saw everything which made me search the data a bit more and there is a date/time generated by the server for the datevalue... The date was the same but the time was different

Re: [flexcoders] Charting Line Segments

2010-06-28 Thread Brendan Meutzner
It wouldn't be overriding getAllDataPoints, but rather just inspecting the array returned from it. Glad you got it working, Good stuff :-) On Mon, Jun 28, 2010 at 4:03 PM, Jake Churchill reyna...@gmail.com wrote: I can't override getAllDataPoints. I see that in Flex 3 but not 2. I

[flexcoders] Charting woes, a strange sort

2010-03-15 Thread s_grollins
Hi all, I have a quick question regarding arranging different bars or columns in a chart - if you use the following page as an example: http://livedocs.adobe.com/flex/3/langref/mx/charts/ColumnChart.html, what I need to do is to make the actual bars in the chart sort descending - so I would

[flexcoders] Charting error

2009-12-01 Thread Richard Rodseth
Since I don't have the Flex 3.3 charting sources handy, has anyone encountered this error? TypeError: Error #1009: Cannot access a property or method of a null object reference. at

[flexcoders] Charting - CategoryAxis style

2009-12-01 Thread jch92592
I have a BarChart that I want to change the font style of only one of the labels one the CategoryAxis (vertical in this case). So I have: Apple Orange Grape And I want to *only* bold the Orange label. I am not been successful with any examples I have found online. Should I be using a

[flexcoders] charting and/or grid replacements

2009-09-03 Thread Pan Troglodytes
Are there any 3rd-party charting and/or grid replacements in progress that anyone wants to talk about? I'm looking to move away from the AdvancedDataGrid and possibly also Flex charting and am wondering what might be on the horizon. Right now Adobe pretty much has the only game in town for these

[flexcoders] Charting: Drilling down into a legend label

2009-06-25 Thread Brad Bueche
I was just going through an old Flex 2 charting app I did. And one of the things I, and my prospective users, wanted to do was to drill down into a legend label. (I got drill-down in the charts workingthanks to quietlyscheming --- that stuff was not documented anywhere then!) I'm thinking

[flexcoders] Charting questions

2009-06-19 Thread inevative
Hey peepsJust looking for some help with some charting related tasks. - Can you rotate the axis labels on a LineChart? All the examples i have used seem to work fine on BarChart but not on LineChart - Consider the following... mx:horizontalAxis mx:DateTimeAxis dataUnits=days

RE: [flexcoders] Charting questions

2009-06-19 Thread Jake Churchill
To: flexcoders@yahoogroups.com Subject: [flexcoders] Charting questions Hey peepsJust looking for some help with some charting related tasks. - Can you rotate the axis labels on a LineChart? All the examples i have used seem to work fine on BarChart but not on LineChart - Consider

Re: [flexcoders] Charting dataFunction issues

2009-06-12 Thread Sam Lai
Can you try removing some of those series to isolate the problem? Also, can we see the console output from the trace statements in seriesDataFunction? Maybe the values are out of bounds? Some sample data would be useful too if that's possible. 2009/6/12 Jake Churchill j...@cfwebtools.com:

RE: [flexcoders] Charting dataFunction issues

2009-06-12 Thread Jake Churchill
Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Sam Lai Sent: Friday, June 12, 2009 9:27 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Charting dataFunction issues

Re: [flexcoders] Charting: Adding a horizontal line

2009-02-02 Thread Tom Chiverton
On Thursday 29 Jan 2009, flex_coders wrote: I'd like to add a few horizontal lines to my area chart, a solid line std devs away. is there a simple way to add a line to the chart indicating y = [some value] or rather do i need to need to Add another data set. programatically just draw the

[flexcoders] Charting: Adding a horizontal line

2009-01-29 Thread flex_coders
I'd like to add a few horizontal lines to my area chart, a solid line to indicate where the average is (y=avg) and two dashed lines for +/-1 std devs away. is there a simple way to add a line to the chart indicating y = [some value] or rather do i need to need to programatically just draw the

[flexcoders] Charting 1 minute data over 1 year

2009-01-29 Thread Mark Easton
Hi, I am trying to work out how best to produce a chart which allows a user to make sense of data logged every minute for up to 12 months (ie 524160 values). To complicate matters the graphs are are presented on a dashboard where the user can display many graphs at once - so we are not just

Re: [flexcoders] Charting 1 minute data over 1 year

2009-01-29 Thread Maciek Sakrejda
, but the example I linked has source. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Mark Easton mar...@azurebell.co.nz Reply-To: flexcoders@yahoogroups.com To: Flexcoders flexcoders@yahoogroups.com Subject: [flexcoders] Charting 1 minute data over 1 year Date: Fri, 30

RE: [flexcoders] Charting 1 minute data over 1 year

2009-01-29 Thread Mark Easton
...@yahoogroups.com]on Behalf Of Maciek Sakrejda Sent: Friday, 30 January 2009 11:21 a.m. To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Charting 1 minute data over 1 year Have you suggested a thumbnail slider solution à la Google Finance (say, like here: http://www.meutzner.com/blog

RE: [flexcoders] Charting 1 minute data over 1 year

2009-01-29 Thread Maciek Sakrejda
Subject: RE: [flexcoders] Charting 1 minute data over 1 year Date: Fri, 30 Jan 2009 12:16:16 +1300  Hi Maciek, Thanks for your response. Yes I have seen that example and I liked it. We still need to contend, though, with having 500,000 values to plot for the full graph. Using standard

Re: [flexcoders] Charting 1 minute data over 1 year

2009-01-29 Thread Doug McCune
%40yahoogroups.com Subject: RE: [flexcoders] Charting 1 minute data over 1 year Date: Fri, 30 Jan 2009 12:16:16 +1300  Hi Maciek, Thanks for your response. Yes I have seen that example and I liked it. We still need to contend, though, with having 500,000 values to plot for the full graph

RE: [flexcoders] Charting 1 minute data over 1 year

2009-01-29 Thread Mark Easton
, 30 January 2009 12:27 p.m. To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Charting 1 minute data over 1 year How about, on the main graph, showing the raw data as limited by the slider, but on the slider, show points that average over some period of time, combined

RE: [flexcoders] Charting 1 minute data over 1 year

2009-01-29 Thread Mark Easton
@yahoogroups.com [mailto:flexcod...@yahoogroups.com]on Behalf Of Doug McCune Sent: Friday, 30 January 2009 12:34 p.m. To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Charting 1 minute data over 1 year What if you aggregate your data by some amount (say the maximum resolution you can display

Re: [flexcoders] Charting 1 minute data over 1 year

2009-01-29 Thread Doug McCune
...@yahoogroups.com]*on Behalf Of *Doug McCune *Sent:* Friday, 30 January 2009 12:34 p.m. *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Charting 1 minute data over 1 year What if you aggregate your data by some amount (say the maximum resolution you can display on the x-axis

RE: [flexcoders] Charting 1 minute data over 1 year

2009-01-29 Thread Mark Easton
...@yahoogroups.com]on Behalf Of Doug McCune Sent: Friday, 30 January 2009 1:43 p.m. To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Charting 1 minute data over 1 year Hey Mark, This might be out of the question due to client restrictions, but I'd be very interested in seeing

RE: [flexcoders] Charting 1 minute data over 1 year

2009-01-29 Thread Mark Easton
Subject: RE: [flexcoders] Charting 1 minute data over 1 year Just a thought but if you are limited by pixels maybe you can make pixel represent a subset of data. Then if you can use that subset to test for outliers at certain deviations you color it differently then a red dot needs further review

[flexcoders] Charting puzzle?

2009-01-28 Thread Eric Dunn
I am trying to build a chart to display the Long Distance used out of total allocated minutes. I have a Bar Chart and an array. If I want to display the minutes used without showing the total minutes, everything is fine and dandy. But when I add the mx:LinearAxis maximum = 6000 line, the chart

RE: [flexcoders] Charting puzzle?

2009-01-28 Thread Maciek Sakrejda
@yahoogroups.com on behalf of Eric Dunn Sent: Wed 1/28/2009 9:21 AM To: flexcoders Subject: [flexcoders] Charting puzzle? I am trying to build a chart to display the Long Distance used out of total allocated minutes. I have a Bar Chart and an array. If I want to display the minutes used without showing

Re: [flexcoders] Charting puzzle?

2009-01-28 Thread Eric Dunn
: Maciek Sakrejda msakre...@truviso.com To: flexcoders@yahoogroups.com Sent: Wednesday, January 28, 2009 11:52:42 AM GMT -06:00 US/Canada Central Subject: RE: [flexcoders] Charting puzzle? In LD_minutes, you have a data point with used: 48060 ( 6000). When you set a max, values larger than

[flexcoders] Charting - setting yField property for a PlotSeries when dataProvider is XML

2008-06-27 Thread wreedijk
I am trying to create a PlotChart with series (y is constant) from an XML object that is defined as follows: series yVal='Weight' dataPoint date='12/01/2004'/ dataPoint date='12/25/2004'/ dataPoint date='1/1/2005'/ dataPoint date='1/22/2005'/ /series I want the xField to be derived from

RE: [flexcoders] Charting - setting yField property for a PlotSeries when dataProvider is XML

2008-06-27 Thread Battershall, Jeff
-Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of wreedijk Sent: Friday, June 27, 2008 2:36 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Charting - setting yField property for a PlotSeries when dataProvider is XML I am trying to create

[flexcoders] Charting...

2008-04-15 Thread Rafael Faria
What am i doing wrong? The chart works fine but there is no effect... not matter what i do it just doesnt play. Can someone help me to apply the Series Slide on this chart?! do i have to do something else? i set the style but doesnt work =/ var bss:SeriesSlide = new SeriesSlide(); bss.duration

[flexcoders] Charting - problem setting AxisRenderer's showLine style via AS3

2008-03-04 Thread Sherpa_Ed
Goal: Turn off axis lines and labels in ColumnChart Problem: Doesn't seem to work via AS3 (works fine in MXML) I can turn off the axis label without problem using: myAxisRenderer.setStyle(showLabels, false); but I can't turn off the axis line when adding:

[flexcoders] Charting Capacity Limits (or Performance) and Overall UI Sluggishness

2008-02-27 Thread bpjim
I'm using a LineChart control to display large data sets and I am experiencing UI sluggishness that appears to be proportional to the amount of data that I am plotting. Here is the context . . . I'm displaying scientific (not business) data; so by large data set I don't just mean, say, a line

[flexcoders] charting components license expired causing problems. fb3 b2

2008-01-31 Thread aaron smith
Hey all, quick question. I'm getting a beta expired error, but when I open up the manage flex licenses. It's the charting that is expired. How can I just get rid of charting so that I'm not hosed. I have a license for FB, just not the charting. Thanks -A

Re: [flexcoders] Charting: adjust y-axis range automatically when changing x-axis range

2007-11-06 Thread guna samba
if not it will automatically rearranged. Thank's Regards, Gunasekaran Sambandhan - Original Message From: imjackson84 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, 2 November, 2007 8:52:50 PM Subject: [flexcoders] Charting: adjust y-axis range automatically when changing x-axis range

Re: [flexcoders] Charting: adjust y-axis range automatically when changing x-axis range

2007-11-06 Thread Tom Chiverton
On Tuesday 06 Nov 2007, guna samba wrote: if you set the y- axis with min and max value, then there is no option to rearrange the y-axis range automatically. Setting them back to NaN works, doesn't it ? -- Tom Chiverton Helping to professionally target holistic customers on:

Re: [flexcoders] Charting: adjust y-axis range automatically when changing x-axis range

2007-11-03 Thread Stephen Allison
I've not done exactly what you need before, but something similar by creating a subclass of LinearAxis and overriding the dataChanged method (IIRC, may possibly be update) and using this class as the vertical axis. In the override you can get hold of the DataDescription object of your

[flexcoders] Charting: adjust y-axis range automatically when changing x-axis range

2007-11-02 Thread imjackson84
Hi, I have a stock market line chart with a CategoryAxis (representing dates) along the bottom and a LinearAxis up the side. My chart has the option of adjusting the date range, which is done by switching the category data provider for the x-axis, but keeping the actual line series data provider

[flexcoders] [CHARTING COMPONENT] Issue in combining Interpolate effect and Chart type switch

2007-06-14 Thread Claude Hussenet
I am getting an actionscript error when I switch from clustered type to stacked type when an interpolate effect is defined as a showdataeffect. If I don't have any effect defined,the chart type switch works as a charm. See below the stack-trace and the source code. Any pointer or workaround is

RE: [flexcoders] [CHARTING COMPONENT] Issue in combining Interpolate effect and Chart type switch

2007-06-14 Thread Sunil Bannur
Subject: [flexcoders] [CHARTING COMPONENT] Issue in combining Interpolate effect and Chart type switch I am getting an actionscript error when I switch from clustered type to stacked type when an interpolate effect is defined as a showdataeffect. If I don't have any effect defined,the chart type

Re: [flexcoders] Charting dataTransform.invertTransform() on DateTimeAxis

2007-05-28 Thread Brendan Meutzner
*Sent:* Thursday, May 24, 2007 12:22 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Charting dataTransform.invertTransform() on DateTimeAxis Hi, When implementing the dataTransform.invertTransform() method on a DateTimeAxis instance, it seems the return value is the date value

[flexcoders] Charting dataTransform.invertTransform() on DateTimeAxis

2007-05-24 Thread Brendan Meutzner
Hi, When implementing the dataTransform.invertTransform() method on a DateTimeAxis instance, it seems the return value is the date value represented... is there anyway to return the index value of the dataProvider like a CategoryAxis would? Brendan -- Brendan Meutzner Stretch Media - RIA

RE: [flexcoders] Charting dataTransform.invertTransform() on DateTimeAxis

2007-05-24 Thread Sunil Bannur
= d.toDateString(); -Sunil From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brendan Meutzner Sent: Thursday, May 24, 2007 12:52 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Charting dataTransform.invertTransform() on DateTimeAxis Hi

RE: [flexcoders] Charting dataTransform.invertTransform() on DateTimeAxis

2007-05-24 Thread Ely Greenfield
through whatever collection/array you’re interested in to find a relevant item. Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brendan Meutzner Sent: Thursday, May 24, 2007 12:22 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Charting

[flexcoders] Charting Components - mx Series Zoom effect bug

2007-05-16 Thread patricklemiuex
I have some panels with resize effects, that pop up a chart. I notice on super long data results in my Area Chart that the animation doesn't tween and draw the chart completely

Re: [flexcoders] Charting Wildly Varying Numbers in Flex

2007-05-15 Thread Adam Dorritie
I find that charts aren't always the best way to express information. Why not provide a table with property values, at risk values, and percentage of property values at risk instead? Great site, btw. On 5/14/07, charlie.szymanski [EMAIL PROTECTED] wrote: I have an interesting issue with a

Re: [flexcoders] Charting Wildly Varying Numbers in Flex

2007-05-15 Thread Charlie Szymanski
we'll come up with something graceful. Charlie - Original Message From: Adam Dorritie [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, May 15, 2007 9:00:14 AM Subject: Re: [flexcoders] Charting Wildly Varying Numbers in Flex I find

Re: [flexcoders] Charting Wildly Varying Numbers in Flex

2007-05-15 Thread Ralf Bokelberg
: Adam Dorritie [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, May 15, 2007 9:00:14 AM Subject: Re: [flexcoders] Charting Wildly Varying Numbers in Flex I find that charts aren't always the best way to express information. Why not provide a table with property values, at risk values

Re: [flexcoders] Charting Wildly Varying Numbers in Flex

2007-05-15 Thread Charlie Szymanski
] To: flexcoders@yahoogroups.com Sent: Tuesday, May 15, 2007 2:54:57 PM Subject: Re: [flexcoders] Charting Wildly Varying Numbers in Flex You could add up small items in a others item and drill down when clicking on it. See Eli's blog about drill down piecharts at www

[flexcoders] Charting Wildly Varying Numbers in Flex

2007-05-14 Thread charlie.szymanski
I have an interesting issue with a mini charting application I am trying to create. You can see my current attempt here: http://ibiseye.com/?stormID=AT200403active=1season=2004wind=145name=Charleyzoom=5lat=26.3lng=-71.050001 and click Charley Synopsis Basically, we are using hurricane

[flexcoders] Charting Components | Any Licensing Restrictions?

2007-05-14 Thread greg h
I have a question about whether any special licensing with Adobe is required for selling applications built with Flex Charting. I am asking on behalf of a client who is using Flex Builder with Charting Components. They are building a solution that they will be selling to customers as a packaged

RE: [flexcoders] Charting Components | Any Licensing Restrictions?

2007-05-14 Thread Matt Chotin
:43 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Charting Components | Any Licensing Restrictions? I have a question about whether any special licensing with Adobe is required for selling applications built with Flex Charting. I am asking on behalf of a client who is using Flex Builder

RE: [BULK] RE: [flexcoders] charting and predefined axis styles

2007-04-05 Thread Sandy Saline
] On Behalf Of Ely Greenfield Sent: Wednesday, April 04, 2007 5:58 PM To: flexcoders@yahoogroups.com Subject: [BULK] RE: [flexcoders] charting and predefined axis styles Importance: Low No, they're there. blockNumericAxis linedNumericAxis dashedNumericAxis blockCategoryAxis

RE: [BULK] RE: [flexcoders] charting and predefined axis styles

2007-04-05 Thread Ely Greenfield
To: flexcoders@yahoogroups.com Subject: RE: [BULK] RE: [flexcoders] charting and predefined axis styles Thanks, Ely. Where do I find AxisRenderer.initStyles? Nothing comes up in the Help which has been my primary source of information. Is there other documentation that I am missing? Sandy

[flexcoders] charting stacked areas and unstacked lines on datetime x axis

2007-04-04 Thread mcoulten
Hello Flex Coders!! I have just joined the group as I've got stuck on this Flex charting problem. I need to plot a line that ends with a wedge shaped area - looking like a broom on its side, brush to the right, and then plot some dashed lines across the same chart. The minField property doesnt

RE: [flexcoders] charting stacked areas and unstacked lines on datetime x axis

2007-04-04 Thread Ely Greenfield
An image of what you're trying to achieve would be helpful. Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mcoulten Sent: Wednesday, April 04, 2007 5:41 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] charting stacked

[flexcoders] charting and predefined axis styles

2007-04-04 Thread myasandy2
I have been working through the Flex 1.5 charting tutorial (http://www.adobe.com/devnet/flex/articles/charting.html). Page 5 (Using CSS to Style Subcomponents - 2) says: Flex ships with a number of predefined axis styles; for this tutorial, use the linedNumericAxis and hangingCategoryAxis

RE: [flexcoders] charting and predefined axis styles

2007-04-04 Thread Ely Greenfield
:[EMAIL PROTECTED] On Behalf Of myasandy2 Sent: Wednesday, April 04, 2007 12:04 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] charting and predefined axis styles I have been working through the Flex 1.5 charting tutorial (http://www.adobe.com/devnet/flex/articles/charting.html http

[flexcoders] charting problem

2007-03-23 Thread rikencpatel_2005
is dataToLocal method of cartesian chart give exact coordinate values? i want to display crosshair on mychart. u can refer the link http://finance.yahoo.com/charts#chart1:symbol=^ixic;range=1y; charttype=line;crosshair=cross;logscale=off;source=undefined move mouse over the chart. u will be

[flexcoders] Charting: Changing marker size for just one legend item

2007-02-28 Thread jeanette_stallons
Hi I have another charting question. Is there a way to change the marker size for just one legend item without having to make the entire legend from scratch using mx:LegendItem tags? If possible, I still want to use my chart as a dataProvider for the legend. Thanks! Jeanette

[flexcoders] Charting: Selectively removing filters for one itemRenderer

2007-02-27 Thread jeanette_stallons
Hi I want to keep all the default drop shadow filters except on the data points for one series on a LineChart. I can successfully remove all the filters (by either setting the seriesFilters equal to an empty array on the LineChart component or by changing the LineChart to a CartesianChart) and

[flexcoders] Charting - create a secondSeries with Actionscript 3.0 ???

2007-02-23 Thread mgrayfmr
Hey Gang - Has anyone had any experience with dynamically adding a second series to a chart using actionscript 3.0 ? Using a LineChart object I have been dynamically creating new LineSeries under the linechart's series with no problem. I am not having luck adding a second series though. The

Re: [flexcoders] Charting - create a secondSeries with Actionscript 3.0 ???

2007-02-23 Thread leds usop
a code post will help :) --- mgrayfmr [EMAIL PROTECTED] wrote: Hey Gang - Has anyone had any experience with dynamically adding a second series to a chart using actionscript 3.0 ? Using a LineChart object I have been dynamically creating new LineSeries under the linechart's series

Re: [flexcoders] Charting - create a secondSeries with Actionscript 3.0 ???

2007-02-23 Thread Brendan Meutzner
Hey Mike, mx:CartesianChart id=chart dataProvider={_localChartData} secondDataProvider={_localChartData} series={_firstSeriesArray} secondSeries={_secondSeriesArray} mx:Script ![CDATA[ [Bindable] private var

[flexcoders] Charting Tooltips do not show ColumnSeries name

2007-02-19 Thread Private Romeo
I have the following simple charting app: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute styleName=plain mx:Script ![CDATA[ [Bindable]

Re: [flexcoders] Charting Tooltips do not show ColumnSeries name

2007-02-19 Thread xmrcivicboix
If I'm reading this correctly, looks like you need a custom function that will display the datatip. Look at this: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute styleName=plain mx:Script ![CDATA[ import

RE: [flexcoders] Charting Tooltips do not show ColumnSeries name

2007-02-19 Thread Ely Greenfield
19, 2007 3:26 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Charting Tooltips do not show ColumnSeries name I have the following simple charting app: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute styleName=plain

Re: [flexcoders] charting trial banner

2006-11-30 Thread Tom Sammons
Doh. It has it right here at http://www.adobe.com/support/documentation/en/flex/2/install.html? /Modify flex-webapp-root//WEB-INF/flex/license.properties Restart server. Tom Sammons wrote: Related question: I bought FB with charting, and developing using fb I don't get the banner. And I

[flexcoders] Charting Questions

2006-11-30 Thread polonycjunk
Hi, I would like to add borders to the inside rectangular region of the charts. Would anyone know how to accomplish this task? I am able to modify the gridLines inside the chart, modify the thickness of the horizontal and vertical axis, but can't seem to find a way to put borders along the 4

RE: [flexcoders] Charting Questions

2006-11-30 Thread Ely Greenfield
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of polonycjunk Sent: Thursday, November 30, 2006 7:13 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Charting Questions Hi, I would like to add borders to the inside rectangular region of the charts. Would anyone

Re: [flexcoders] charting trial banner

2006-11-30 Thread Tom Chiverton
On Wednesday 29 November 2006 17:51, Tom Sammons wrote: seen anything on entering the serial number at the server level. licence.properties :-) -- Tom Chiverton Helping to autoschediastically envisioneer proactive users This email is sent

Re: [flexcoders] charting trial banner

2006-11-29 Thread Tom Chiverton
On Monday 27 November 2006 21:17, Yiðit Boyar wrote: how can i get rid of the charting trial banner over my charts ? (my FB is not trial anymore) Did you purchase FB with charting, or just FB ? -- Tom Chiverton Helping to confidentially industrialize error-free schemas

Re: [flexcoders] charting trial banner

2006-11-29 Thread Tom Sammons
Related question: I bought FB with charting, and developing using fb I don't get the banner. And I know that if you compile flex on the fly on CF you are supposed to get the banner. But what about the people who don't want to use FB and want to generate code from CF, and have bought charting?

[flexcoders] charting trial banner

2006-11-27 Thread Yiðit Boyar
how can i get rid of the charting trial banner over my charts ? (my FB is not trial anymore) Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail beta. http://new.mail.yahoo.com

RE: [flexcoders] Charting Trial stamp is stubborn

2006-11-16 Thread Iko Knyphausen
: [flexcoders] Charting Trial stamp is stubborn Hi, I think you should only clean the project (Menu-Project-clean) and rebuild it. Perhaps also a restart after cleaning. Cheers, Sönke _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Yiðit Boyar Sent

[flexcoders] Charting Trial stamp is stubborn

2006-10-17 Thread iko_knyphausen
Hi, just got and entered my license keys for Builder and Charting, but charts still display Charting Trial stamp. Manage Licenses shows both modules as valid commercial licenses. I did restart the IDE but still the same. What else do I need to get rid of the trial stamp? Thanks -Iko --

Re: [flexcoders] Charting Trial stamp is stubborn

2006-10-17 Thread Rachel Maxim
I got the same thing when I entered my license in the demo, but I think recompiling those MXML documents fixed it. ROn 10/17/06, iko_knyphausen [EMAIL PROTECTED] wrote:Hi,just got and entered my license keys for Builder and Charting, but charts still display Charting Trial stamp. Manage

RE: [flexcoders] Charting Trial stamp is stubborn

2006-10-17 Thread Iko Knyphausen
AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Charting Trial stamp is stubborn I got the same thing when I entered my license in the demo, but I think recompiling those MXML documents fixed it. R On 10/17/06, iko_knyphausen [EMAIL PROTECTED]net wrote: Hi, just got

[flexcoders] Charting Dilemma....can anyone help?

2006-08-11 Thread Joshua Lingwai
Im receiving the following run time error when the 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()

[flexcoders] Charting in Flex with drill down complex XML

2006-07-12 Thread g_vaccarezza
Hey guys, ok, whoever has the time and the patience to help me, I will really appreciate it!My name is Guillermo Vaccarezza, and I've purchased Flex 2 recently to use it for a project I'm developing in my Studio in Argentina. This mail is to make you a consulting on some doubts I have on Flex.

[flexcoders] Charting question, please help!

2005-10-07 Thread delaquae
Sorry to post this again but no one answered my question the first time about setting an effect for a chart series via ActionScript. I have an effect defined via mxml tags: mx:Effect mx:SeriesInterpolate duration=2000 elementOffset=5 name=interpolate/ /mx:Effect I would like to

[flexcoders] charting effects question via ActionScript

2005-10-05 Thread delaquae
--- In flexcoders@yahoogroups.com, delaquae [EMAIL PROTECTED] wrote: If I want to preserve an effect that is declared via mxml: mx:Effect mx:SeriesInterpolate duration=2000 elementOffset=5 name=interpolate/ /mx:Effect when I use AcionScript later to add a series to a chart, the

[flexcoders] charting effects question

2005-10-02 Thread delaquae
If I want to preserve an effect that is declared via mxml: mx:Effect mx:SeriesInterpolate duration=2000 elementOffset=5 name=interpolate/ /mx:Effect when I use AcionScript later to add a series to a chart, the following does not seem to work: var cllSeries=new

RE: [flexcoders] Charting Components w/in Repeater

2005-08-29 Thread Ely Greenfield
, August 27, 2005 2:34 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Charting Components w/in Repeater Importance: High I am unable to get the Charting Component to Work within a Repeater. Here is what I am doing

RE: [flexcoders] Charting Components w/in Repeater

2005-08-29 Thread Ely Greenfield
: [flexcoders] Charting Components w/in Repeater Importance: High Hi Ely, I made some progress talking to the chart. It now shows a range up to number 2, so now I know I can work with it: But it still doesn't populate. Here are my code changes: ViewHelper

Re: [flexcoders] Charting Components w/in Repeater

2005-08-29 Thread dave buhler
@yahoogroups.com Subject: [flexcoders] Charting Components w/in Repeater Importance: High I am unable to get the Charting Component to Work within a Repeater. Here is what I am doing: -- 1) The information

Re: [flexcoders] Charting Components w/in Repeater

2005-08-29 Thread dave buhler
chart to look like? Ely. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dave buhler Sent: Monday, August 29, 2005 11:15 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Charting Components w/in Repeater Importance: High

RE: [flexcoders] Charting Components w/in Repeater

2005-08-29 Thread Ely Greenfield
: view.idChart[event.target.instanceIndex].horizontalAxis.dataProvider = ; Ely. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dave buhler Sent: Monday, August 29, 2005 12:09 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Charting

Re: [flexcoders] Charting Components w/in Repeater

2005-08-29 Thread dave buhler
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dave buhler Sent: Monday, August 29, 2005 12:09 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Charting Components w/in Repeater Importance: High Hi Ely, The final bar chart should be a comparison of a customer's Ratings

[flexcoders] Charting from a TreeNode

2005-08-08 Thread digital_eyezed
I have a tree which is populated from a return from a RemoteObject call. The returned object is an array of VO objects. The tree populates no problem. I also have a chart which is populated from the the same RemoteObject Result. This chart is a simple column chart which shows seven elements of

[flexcoders] Charting - Conditionally Controlling Horz Axis Labels

2005-06-17 Thread Dave
I'm rendering a chart that displays data over a period of time (trend). Each day equals a 'tick' on the horz axis and the corresponding date displays as the label. The problem - when going past '90' days or so, the labels become unreadable because they're too small and stacked so closely

[flexcoders] Charting

2005-06-15 Thread Rich Tretola
All of the macromedia examples are using xml for their datasource and then hard coding the node name into the column series. Example: XML: data result month=Jan-04 average=203443 apple224254/apple orange221819/orange banana164256/banana /result result

RE: [flexcoders] Charting

2005-06-15 Thread Matt Chotin
] On Behalf Of Rich Tretola Sent: Wednesday, June 15, 2005 8:23 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Charting All of the macromedia examples are using xml for their datasource and then hard coding the node name into the column series. Example: XML: data result month=Jan-04 average

Re: [flexcoders] Charting

2005-05-12 Thread Rich Tretola
Thank you Matt. I guess I missed your previous post. Rich On 5/11/05, Matt Chotin [EMAIL PROTECTED] wrote: I sent this out a few weeks ago I think, different subject: This was data.xml I think in drilldown: list month name=Jan-04 total=400263 average=80052

[flexcoders] Charting Multiple Selections in dataGrid

2005-05-12 Thread Dave
I'm stumped. I want my chart to add a series for each row selected from a corresponding dataGrid. I've used the Series Selection example (under Misc Techniques and Examples) here http://flexapps.macromedia.com/flex15/chartexplorer/explorer.mxml as the model, but it still doesn't work. The

RE: [flexcoders] Charting

2005-04-24 Thread Craig Newroth
@yahoogroups.com [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 20, 2005 6:54 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Charting Thats nice but I really want to see the structure of the xml filesused in the examples at macromedia.com. Anyone from mm have

Re: [flexcoders] Charting

2005-04-20 Thread Rich Tretola
?articleId=81 Dzafer From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rich Tretola Sent: Tuesday, April 19, 2005 2:46 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Charting I have been looking

Re: [flexcoders] Charting

2005-04-20 Thread Jeff Steiner
@yahoogroups.com Sent: Wednesday, April 20, 2005 6:54 AM Subject: Re: [flexcoders] Charting Thats nice but I really want to see the structure of the xml files used in the examples at macromedia.com. Anyone from mm have these ? Rich On 4/19/05, Dzafer [EMAIL PROTECTED] wrote: You have

  1   2   >