I have tried to set the changes to my line chart programatically. This is the code I have edited inside of my .cs file. I pushed through the changes, but nothing has shown up on my work. I am guessing that these strings do not change the colors of the lines, then?
Telerik.Reporting.Charting.ChartSeries chartSeries1 = new Telerik.Reporting.Charting.ChartSeries();
Telerik.Reporting.Charting.ChartSeries chartSeries2 = new Telerik.Reporting.Charting.ChartSeries();
Telerik.Reporting.Charting.ChartSeries chartSeries3 = new Telerik.Reporting.Charting.ChartSeries();
Telerik.Reporting.Charting.ChartSeries chartSeries4 = new Telerik.Reporting.Charting.ChartSeries();
chartSeries1.Appearance.FillStyle.MainColor = System.Drawing.Color.Blue;
chartSeries2.Appearance.FillStyle.MainColor = System.Drawing.Color.Red;
chartSeries3.Appearance.FillStyle.MainColor = System.Drawing.Color.Green;
chartSeries4.Appearance.FillStyle.MainColor = System.Drawing.Color.Yellow;
Telerik.Reporting.Charting.ChartSeries chartSeries1 = new Telerik.Reporting.Charting.ChartSeries();
Telerik.Reporting.Charting.ChartSeries chartSeries2 = new Telerik.Reporting.Charting.ChartSeries();
Telerik.Reporting.Charting.ChartSeries chartSeries3 = new Telerik.Reporting.Charting.ChartSeries();
Telerik.Reporting.Charting.ChartSeries chartSeries4 = new Telerik.Reporting.Charting.ChartSeries();
chartSeries1.Appearance.FillStyle.MainColor = System.Drawing.Color.Blue;
chartSeries2.Appearance.FillStyle.MainColor = System.Drawing.Color.Red;
chartSeries3.Appearance.FillStyle.MainColor = System.Drawing.Color.Green;
chartSeries4.Appearance.FillStyle.MainColor = System.Drawing.Color.Yellow;