FillCutoffAuto Property

The FillCutoffAuto property returns or sets the automatic fill cutoff setting for line/scatter, fit, and step plots. Set FillCutoffAuto to false to specify a custom fill cutoff value. Returns a Boolean.

Syntax

object.FillCutoffAuto

object.FillCutoffAuto = FillCutoffAuto

 

Parameter Type Description
FillCutoffAuto Boolean required, true to enable fill cutoff, use the FillCutoffValue property to set the value

 

Example

This example shows how to disable the automatic fill cutoff option.

Line1.FillCutoffAuto = False

 

Used by: AutoLinePlot object