Quote:'~~> Removed the X axis major grids
Dim CArea As ChartArea = Chart1.ChartAreas(0) CArea.AxisX.MajorGrid.Enabled = False
Quote:Removed the Y axis major grids
CArea.AxisY.MajorGrid.Enabled = False
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)