Page 1 of 1

Hiding all tabs BUT Series/Point

Posted: Wed Sep 28, 2005 3:17 pm
by 9338203
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?

Posted: Thu Sep 29, 2005 9:27 am
by narcis
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;