Re: Progress component

From: Alex Taylor (basswar_at_vnet.hu)
Date: 07/21/04


Date: Wed, 21 Jul 2004 08:42:52 +0200

Use any charting tool without walls, axises, etc. With TeeChart the
desired effect can be achieved by unsetting all unneccessary visual aids
(walls, legends, axises, labels). Or you can write your own component
based on TGraphicControl and you can implement the drawing method by
yourself. As I see the screenshots the drawn values are composed of
individual vertical lines that can be implemented by some canvas routine.

Regards:Alex