Hello,
When I try to hide the x-axis using the code below, the actual x-axis line gets lighter, but the 'a', 'b', 'c' labels remain visible. Is this by design? How do I hide the 'a', 'b', 'c' labels? I think I'm missing something obvious.
Thanks,
Cris
select 'dbr.chart', 'Column', 'Test', 600,275;
SELECT 'dbr.chart.options','imagechart';
select 'dbr.chart.options', 'hide', 'xaxis';
select 'a', 1 union select 'b', 2 union select 'c', 3;