PlotGradientEndColor
- Last UpdatedNov 17, 2021
- 1 minute read
The PlotGradientEndColor property is a read-write property that gets or sets the gradient end color for the plot area of the chart.
Syntax
aaHistClientTrend.PlotGradientEndColor = integer;
Result = aaHistClientTrend.PlotGradientEndColor;
Remarks
The gradient starts with the main plot color and fades to the gradient end color. Use the PlotColor property to set the main plot color. Use the PlotGradient property to set the type of gradient fill.
For information on setting the color value, see Color.
The default value is 16777215.