Sorry for the delay with this reply.
You could set the text for the shape and leave Marks.Visible False.
eg.
Code: Select all
Series.Font.Color := clWhite;
Series.Text.Add('my text');
Marc Meumann
Code: Select all
Series.Font.Color := clWhite;
Series.Text.Add('my text');