FillDirection Property
The FillDirection property returns or sets the line/scatter plot, step plot, or fit fill direction. Returns a Long.
Syntax
object.FillDirection
object.FillDirection = FillDirection
Parameter | Type | Description |
FillDirection | Long | required, 0 = down, 1 = up, grfFillDirections |
Example
This example shows how to set the fill cutoff direction.
Line1.FillDirection = 1
Used by: AutoLinePlot object, AutoFitPlot object