Hi,
I want to create a TimeSeriesChart with a two colored background. That means for example:
- Y-axis from 0 to 100 (this is fix)
- background color for the range from 0-20 = grey
- background colot for the range from 20 - 80 = blue
- background color for the range from 80-100 = grey (again)
Is it possible to do?
TimeSeriesChart - Background with different colors
Re: TimeSeriesChart - Background with different colors
Great support forum! Two questions and not one answer......
Thais really great!

Thais really great!
-
- Posts: 1634
- Joined: Sat Feb 17, 2007 1:51 pm
Re: TimeSeriesChart - Background with different colors
Create some IntervalMarkes with suitable start and end values and colors, and add them to your XYPlot. Make sure that you add them to Layer.BACKGROUND.
Re: TimeSeriesChart - Background with different colors
@paradoxoff: Tanks a lot! You gave me the right hint! It runs perfect!!!