This is going to sound weird, but I need a way to only draw the range axis on a plot. I've tried many ways, but whatever I do, there's always a blank data area (even if all renderers are turned off) showing in the middle.
Anybody have any hints as to what can be done?
I'm basically doing this (in case somebody is just wondering what's going on):
I have 2 chart panels, they are contained in a splitpane. The chart I'm showing has a lot of data and there's a different set of tick marks per variable, so that results in the range axis being large. The option I'm trying to enable is to resize the range axis area via the splitpane.
Thanks!