NegArea Property

The NegArea property returns the negative calculated area under a line/scatter plot, ribbon/wall plot, or a 3D XYZ line/scatter plot. This is a read-only property.

Syntax

object.NegArea

object.NegArea = baseLine

 

Parameter Type Description
baseLine Variant required, default is 0

 

Remarks

To find the area above the baseline, use the Area property.

Example

This example shows how to find the area below a baseline value

Debug.Print "Area below 5 = "; LinePlot.NegArea("5")

 

Used by: AutoLinePlot object