Chart1.Series["Series1"].ChartType = SeriesChartType.Bar;
Chart1.ChartAreas[0].AxisX.MajorGrid.Enabled = true; Chart1.ChartAreas[0].AxisY.MajorGrid.Enabled = true;
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)