Yes, i want this.Pep wrote:Do you want to use two series which each one have different count values with the same horiz axis ?
Search found 4 matches
- Mon Jan 02, 2006 3:45 pm
- Forum: VCL
- Topic: Synchronize series
- Replies: 3
- Views: 4324
- Mon Jan 02, 2006 10:52 am
- Forum: VCL
- Topic: Synchronize series
- Replies: 3
- Views: 4324
Synchronize series
Hi! I want to synchronize two or more series in one chart, like the "Axis_MultiScroll.pas" or "Axis_MultiRuntime.pas" example. But my series has different counts of values: procedure TForm1.FormCreate(Sender: TObject) ; var I : Integer ; D : TDateTime ; begin D := Now ; for I := 0 to 100 do Series1....
- Fri Dec 16, 2005 1:44 pm
- Forum: VCL
- Topic: Proportinal (or scale) n charts
- Replies: 2
- Views: 3619
- Fri Dec 16, 2005 10:39 am
- Forum: VCL
- Topic: Proportinal (or scale) n charts
- Replies: 2
- Views: 3619
Proportinal (or scale) n charts
Hello! I have some problem with "synchronize" two charts. I want to set proportinal (or scale) on charts, but i don't know how. http://ivn.myip.hu/chart1.jpg On the picture u can see the fragment of my charts. The first chart has 32 data (from 2005.01.01 to 2005.03.01). The second chart has 52 data ...