Chart on each band

I need to display a chart on each bench, with a single column, according to the value of a database field. Example:

Seller Percentage Example
Bruno 30% [xxx ]
Cezar 70% [xxxxxxx ]

The percentages should be displayed on a chart line. How to proceed? I would like the line to show the possibility of 100%, but only paint to the corresponding percentage.

It's possible?

Thanks.

Comments

  • gpigpi
    edited 11:39AM
    Try to use chart with fixed data and fill it in the script. But, it seems better to use TfrxMemoViews with calculated width

Leave a Comment