I have tried visually and in code.
Why doesn't this work? thx
this.tableELECTRIC.DataSource = sqlData;
this.chartELECTRIC.PlotArea.XAxis.AxisLabel.TextBlock.Text = "Month";
this.chartELECTRIC.PlotArea.XAxis.AxisLabel.TextBlock.Appearance.TextProperties.Color = System.Drawing.Color.Navy;
this.chartELECTRIC.PlotArea.XAxis.Appearance.Width = 3;
this.chartELECTRIC.PlotArea.YAxis.AxisLabel.TextBlock.Text = "KWH";
this.chartELECTRIC.PlotArea.YAxis.AxisLabel.TextBlock.Appearance.TextProperties.Color = System.Drawing.Color.Navy;
this.chartELECTRIC.PlotArea.YAxis.Appearance.Width = 3;
Why doesn't this work? thx
this.tableELECTRIC.DataSource = sqlData;
this.chartELECTRIC.PlotArea.XAxis.AxisLabel.TextBlock.Text = "Month";
this.chartELECTRIC.PlotArea.XAxis.AxisLabel.TextBlock.Appearance.TextProperties.Color = System.Drawing.Color.Navy;
this.chartELECTRIC.PlotArea.XAxis.Appearance.Width = 3;
this.chartELECTRIC.PlotArea.YAxis.AxisLabel.TextBlock.Text = "KWH";
this.chartELECTRIC.PlotArea.YAxis.AxisLabel.TextBlock.Appearance.TextProperties.Color = System.Drawing.Color.Navy;
this.chartELECTRIC.PlotArea.YAxis.Appearance.Width = 3;