i want to create series dynamically for that i created series array objects like this
Series[] series = new Series[10];
series[0].Name = "Result Chart";
but while execution of program it showing object reference null error how to solve this problem