SetTaskProgressBarColor method: Gantt class
Syntax
SetTaskProgressBarColor(RecordName.FieldName)
Description
Use the SetTaskProgressBarColor method to specify the field in the record that defines the color for the progress bar.
For the progress bar to be visible, its color must contrast with the task bar color. No borders are drawn around the progress bar.
Parameters
| Parameter | Description |
|---|---|
|
RecordName.FieldName |
Specify the field, and its associated record, that defines the task progress bar color. This field must be of type numeric, which means that you can only use the numeric value for the chart colors, not the constant. |
Returns
None.