Multiple Data sets in one chart

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Aldo
Newbie
Newbie
Posts: 3
Joined: Tue Feb 15, 2005 5:00 am
Location: Calgary, Alberta CANADA
Contact:

Multiple Data sets in one chart

Post by Aldo » Thu Mar 03, 2005 8:36 pm

Is it possible to create a chart with multiple axes but different data sources? I want to use 3 queries and compile their results into 1 chart with 3 different x and y axes?

Thanks in advance
Aldo

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Fri Mar 04, 2005 7:48 am

Hi Aldo,

yes, you can use three different Series , and assign each one to a different Horiz and Vertical axes. You can see some examples of this in the Demo features project.

Post Reply