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