Delphi - How to create a stacked bar series during runtime?
问题 I would like to create 2 series that stack upon each other using the Teechart series in Delphi during runtime. Essentially I want to have 2 series, each with 2 entries, or data points, and the corresponding data points, i.o.w series1 datapoint1 and series 2 datapoint 1, should stack upon each other to form a single bar. I have tried to look for a precedure or property to change to no avail. Thanks ahead of time! Regards, Romans 回答1: Minimal example: var S1, S2: TBarSeries; begin S1 :=