|
-
Jul 27th, 2000, 09:50 AM
#1
Thread Starter
Hyperactive Member
Does any one know how to get rid of the grid lines on mschart control?
I have so many data points that it just makes it look like a black background.
I tried adjusting the ticks, but that only did that.
:-(
Thanks for your help.
Nick.
-
Mar 14th, 2001, 06:10 AM
#2
Hyperactive Member
This should work:
MSChart.Plot.Axis(VtChAxisIdX).AxisGrid.MajorPen.Style = VtPenStyleNull
MSCHart.Plot.Axis(VtChAxisIdY).AxisGrid.MajorPen.Style = VtPenStyleNull
MSChart.Plot.Axis(VtChAxisIdY2).AxisGrid.MajorPen.Style = VtPenStyleNull
MSChart.Plot.Wall.Pen.Style = VtPenStyleNull
DKCK
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|