TraceGradientStartingPercentage
- Last UpdatedNov 17, 2021
- 1 minute read
This read-write property determines the starting opacity of a scatter plot trace if a gradient is used.
Syntax
aaHistClientTrend.TraceGradientStartingPercentage = integer;
Result = aaHistClientTrend.TraceGradientStartingPercentage;
Remarks
The starting opacity applies to the earliest data point in the scatter plot. A value of 0 means transparent, 100 means fully opaque. The default value is 20. This property is only used if the TraceGradientType property is set to use a gradient.