FillCutoffValue Property

The FillCutoffValue property returns or sets custom fill cutoff value for line/scatter, fit, and step plot fill. Returns a Double.

Syntax

object.FillCutoffValue

object.FillCutoffValue = FillCutoffValue

 

Parameter Type Description
FillCutoffValue Double required, cutoff value

 

Remarks

Set the FillCutoffAuto property to true to set a fill cutoff value.

Example

This example shows how to set the fill cutoff value.

Line1.FillCutoffValue = 4

 

Used by: AutoLinePlot object