Q&A

  • Tbarseries에 미친 사람
델파이 5에서 차트를 그리는데

Tbarseries가 정의 되어 있지 않다고 에러가 뜨는데....

외 이런것인지 알수 가 없습니다.

알으켜 주세요

---

var

graphicform: Tgraphicform;

grp_Chart : TChart;

LineSerise : TLineSeries;

BarSerise : TBarSeries;

-----

[Error] graphiccode.pas(48): Undeclared identifier: 'TLineSeries'

[Error] graphiccode.pas(49): Undeclared identifier: 'TBarSeries'

[Error] graphiccode.pas(87): Missing operator or semicolon

[Error] graphiccode.pas(231): Missing operator or semicolon

[Fatal Error] graphic.dpr(5): Could not compile used unit 'graphiccode.pas'

---

0  COMMENTS