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