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?
Hiding all tabs BUT Series/Point
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi PierreP,
Yes, this is possible. Include TeePoEdit unit to your project uses section and use:
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 |
Instructions - How to post in this forum |