Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
FredFlex #1
Add jpg to PlotChart
Hello,
I want to make a little geomap to localise some town. I wanted to use
PlotChart for placing plot (longitude, latitude) and use a map jpg as a
background.
I don't know how to add a jpg into the PlotChart
Help!
FredFlex Guest
-
PlotChart add series event
Hi, here is my mxml code: ..... plotChart.dataProvider = ... plotChart.series = new Array(); var s:PlotSeries = new PlotSeries(); s....... -
adding (regression) line to a plotChart
Hi, I was wondering how one could plot a line (eg regression line) in a plotChart in Flex Builder 3. Any examples or solutions? thanks... -
prdv #2
Re: Add jpg to PlotChart
I never had used PlotChat and I do not know even if is possible to add a jpg to
it. However, I have been successful playing with trnasparency of components
that ovelap each other... you could give it a try
prdv Guest



Reply With Quote

