Hi,
There is a style property called background that allows you to set an
image for the background of the entire SWF. If your chart was static
as you describe, you could conceivably craft an image to create your
effect as a background image.
You would also need to set you majorGridLines and minorGridLines size
style to 0 so that they would not cover the lines on your image.
style:{
background:{image:"[BACKGROUND_IMAGE_URL]"},
yAxis:{
majorGridLines:{size:0},
minorGridLines:{size:0}
}
}
Thanks,
Tripp
--- In
ydn-javascript@..., "noam.elyashiv"
<noam.elyashiv@...> wrote:
>
> OK
>
> Lets say that Y-Axis is static.
> Do i have an option to set background image that have color changing as
> i mentioned in my previus comments?
>
> I tried to do it but with no success, do you have any idea how to make
> it happend??
>
> Thanks,
> Noam Elyashiv
>