Remove Grid and shading from Chart

Hi, Also, how do I remove 1/ the shaded/gradiated background and 2/ The grid lines. Cheers DS

1 Reply

DS Damien Sawyer June 6, 2004 08:07 PM UTC

Found it .ChartInterior = New Syncfusion.Drawing.BrushInfo(Color.LightBlue) and Me.ChartControl1.PrimaryXAxis.DrawGrid = False Me.ChartControl1.PrimaryYAxis.DrawGrid = False >Hi, > >Also, how do I remove >1/ the shaded/gradiated background >and >2/ The grid lines. > > >Cheers > > >DS >

Loader.
Up arrow icon