Page 1 of 1

Different borders on every bar, is it possible?

Posted: Wed Jan 05, 2005 5:44 pm
by 9336617
I need to have a different border on one or more of the bars in a bar chart. Is it possible/how do I do it.

best regards,
Milton Lapido

Posted: Fri Jan 07, 2005 9:37 am
by narcis
Hi Milton,

Yes, this can be done implementing the OnGetBarStyle event you can use something like:

Code: Select all

  if ValueIndex=1 then
    Sender.Pen.Width:=3
  else
    Sender.Pen.Width:=1;