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