Page 1 of 1

Remove everything, leave the lines

Posted: Mon Feb 04, 2008 8:41 pm
by 10046619
Hi,

i have a polar bar series graph, and i want to remove everything except the lines (the result). I mean i want to remove all the axis, the circles, the background etc

Finally i want to put the result lines of the graph on a photo and have the photo displayed without being disturbed from the circle.

How can this be done ?

Thank you,

Minas

I can send 2 images for example but i do not know how to send them !
[/img]

Posted: Tue Feb 05, 2008 9:31 am
by yeray
Minas,

I'm not sure to understand what type of chart are you trying to draw. But here there are some examples of how you can deactivate some things:

Code: Select all

  Series1.Active := false;
  Chart1.Legend.Visible := false;
  Chart1.Title.Visible := false;
  Chart1.Axes.Visible := false;
  Chart1.Walls.Visible := false;
  Chart1.Gradient.Visible := false;
You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.