LittleSmudge
Programmer
Hi folks.
I'm usually a resident one the Access boards and I'm very comfortable with Access VBA so if the solution to this needs VBA I'm not worried .. ..
but the problem is this:-
I have a need to plot a single point on a chart.
X Axis limits 0 - 7
Y axis limits 0 - 2T The value of T us user entered into a cell
I need the chart to look like a 4 quadrant graph with a vertical dividing line at ( 3.5, 0 ) to ( 3.5, 2T )
and horizontal dividing line at ( 0,T ) to ( 7,T )
All of the above is easy with an XY scatter chart.
HOWEVER, I want to be able to colour the four quadrents in different colours
Top Right = Green
Bottom Left = Red
The other two = Orange
( I'd LIKE to be able to add some text as labels in the quadrents too but thats an added extra )
I've tried with semi-transparent Text boxes etc but when the user chages the value of T the absolute location of the horizontal axis changes somewhat.
How do I get the quadrant colour changes to occure at the T value boundary ?
G LS
spsinkNOJUNK@yahoo.co.uk
Remove the NOJUNK to use.
I'm usually a resident one the Access boards and I'm very comfortable with Access VBA so if the solution to this needs VBA I'm not worried .. ..
but the problem is this:-
I have a need to plot a single point on a chart.
X Axis limits 0 - 7
Y axis limits 0 - 2T The value of T us user entered into a cell
I need the chart to look like a 4 quadrant graph with a vertical dividing line at ( 3.5, 0 ) to ( 3.5, 2T )
and horizontal dividing line at ( 0,T ) to ( 7,T )
All of the above is easy with an XY scatter chart.
HOWEVER, I want to be able to colour the four quadrents in different colours
Top Right = Green
Bottom Left = Red
The other two = Orange
( I'd LIKE to be able to add some text as labels in the quadrents too but thats an added extra )
I've tried with semi-transparent Text boxes etc but when the user chages the value of T the absolute location of the horizontal axis changes somewhat.
How do I get the quadrant colour changes to occure at the T value boundary ?
G LS
spsinkNOJUNK@yahoo.co.uk
Remove the NOJUNK to use.