> > paint the first bar a different color of a tick-bar chart
> > every 3 minutes?
> This is not possible. A "tick bar" results NOT as a function of time
Sure it is. If you don't care about the exact start time, something
like.....
if time <> time[1] and mod(timetominutes(time),3) = 0 then begin
--
Dennis
|