12-13-2010 05:42 PM
Colleagues,
By default, CWGraph has a frame between the actual charting area and the edge of the component. Is there a way to control the width of this frame?
Thanks,
-Nick
12-14-2010 06:03 PM
Hi Nick,
Are you talking about the changing the frame width itself or increasing the size of the chart area?
Thanks!
12-19-2010 06:53 PM
Hi Chris,
Either way could work. My program will run on a small display, so I need to jam as much chart as possible into it. Since frames don't carry information per se, I'd like to "waste" as few pixels as possible on them.
- Nick
12-20-2010 10:29 AM
Hi Nick,
I couldn't find anything in particular to changing the graph area directly, but I did notice the classic frame style has much less wasted space.
try...
CWGraph1.GraphFrameStyle = cwGraphFrameClassic where CWGraph1 is the name of the CWGraph object.
Hope this helps!