GradientFill: Boolean;
The GradientFill property determines a fill type for a chart corridor. If this property is set to True, gradient fill is used; if this property is set to False, the fill is monochrome.
This example assumes that there is the Corridor object of the IChartCorridor type.
Sub GradientFill;
Var
Corridor: IChartCorridor;
Begin
Corridor.GradientFill := True;
End Sub GradientFill;
After executing the example, the fill type of a chart corridor is changed to gradient fill, for example:
See also: