Hiding all tabs BUT Series/Point

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
PierreP
Newbie
Newbie
Posts: 2
Joined: Fri Jul 16, 2004 4:00 am

Hiding all tabs BUT Series/Point

Post by PierreP » Wed Sep 28, 2005 3:17 pm

Hello.
Using TLinesSeries, I would like either:

- to mask all tabs BUT the Series/Point one (the one allowing to select the shape, color and thickness of points)
- or to be able to display a dialog box (such as the EditChartPen one) that allows for thatr very same selection.

Any help available?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Sep 29, 2005 9:27 am

Hi PierreP,

Yes, this is possible. Include TeePoEdit unit to your project uses section and use:

Code: Select all

procedure TForm1.Button1Click(Sender: TObject);
begin
  EditSeriesPointer( Self, Series1.Pointer );
end;
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply