Steema.TeeChart.Styles.Bar Name1 = new Steema.TeeChart.Styles.Bar(tChart12.Chart);
Steema.TeeChart.Styles.Bar Name2 = new Steema.TeeChart.Styles.Bar(tChart12.Chart);
Steema.TeeChart.Styles.Bar Name3 = new Steema.TeeChart.Styles.Bar(tChart12.Chart);
Steema.TeeChart.Styles.Bar Name4 = new Steema.TeeChart.Styles.Bar(tChart12.Chart);
Steema.TeeChart.Styles.Bar Name5 = new Steema.TeeChart.Styles.Bar(tChart12.Chart);
이름이 여러개인데 위의 소스 처럼 일일히 하나씩 선언하는 것 말고 for문으로 하려면 어떻게 해야나요 ?
Name이름을 for문으로 여러개 만들어서 했는데 역시나 당연히 안되는걸.. 시도 해보고 있었네요 ..