Hi,
I would like to know if it could be possible to have other colors than "red","green","yellow", etc for the DurationBarColor property.
I would like, for example, to have "#FFD294" as a color, or Color.Coral from .net library.
Is it possible ? How ?
Thanks,
Max
Anonymous
-
5/23/2008 4:08:30 PM
Hi,
sorry, e.DurationBarColor = Color.Coral.Name or e.DurationBarColor = "#FFD294" work fine.
...small bug in the code...
Max
Anonymous
-
5/23/2008 4:16:21 PM