BackGradient
- Last UpdatedNov 17, 2021
- 1 minute read
The BackGradient property is a read-write property that gets or sets the type of background gradient for the chart.
Syntax
aaHistClientTrend.BackGradient = integer;
Result = aaHistClientTrend.BackGradient;
Remarks
The gradient starts with the main background color and fade to the gradient end color. Use the BackColor property to set the main background color. Use the BackGradientEndColor property to set the ending gradient color.
For more information on the values for the back gradient, see the aaTrendGradientType Enumeration.
The default value is 0.