Search found 4 matches

by hgg
Tue May 25, 2004 10:19 am
Forum: VCL
Topic: Send to back/front
Replies: 2
Views: 6791

P.S. Hi again - tried the following which didn't work. Button 2 should move series A up...or ... ? unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, TeEngine, Series, StdCtrls, ExtCtrls, TeeProcs, Chart; type TForm1 = class(TForm) Chart1: ...
by hgg
Tue May 25, 2004 9:30 am
Forum: VCL
Topic: Send to back/front
Replies: 2
Views: 6791

Send to back/front

Hi, How do you send series back and forward on the chart, e.g. I have a chart with 5 series on it (A,B,C,D,E) I now want the order on the chart to be B-C-A-D-E thus moving the A series down by 2 in the display order on the chart - is there something like a layermanager or something ? I need to do it...
by hgg
Thu Mar 18, 2004 4:41 pm
Forum: VCL
Topic: ColorSeries.AddPalette
Replies: 2
Views: 8578

Strange....
by hgg
Thu Mar 18, 2004 10:36 am
Forum: VCL
Topic: ColorSeries.AddPalette
Replies: 2
Views: 8578

ColorSeries.AddPalette

Hi For starters: Im running Delphi 6, Teechart version 5.01. I'm experiencing a bug when using the TColorGridSeries AddPalette functionality. The error occurs when I use large numer of entries in the AddPalette (e.g. 5000). Im using the series for a colorscale editor, where I want to be able to inte...