BackGradientEndColor
- Last UpdatedJan 25, 2024
- 1 minute read
The BackGradientEndColor property is a read-write property that gets or sets the background gradient end color of the chart.
Syntax
aaHistClientTrend.BackGradientEndColor = integer;
Result = aaHistClientTrend.BackGradientEndColor;
Remarks
The gradient starts with the main background color and fades to the gradient end color. Use the BackColor property to set the main background color. Use the BackGradient property to set the type of gradient fill.
For information on setting the color value, see Color.
The default value is 16777215 (white).