Fits Property
The Fits property returns an AutoFits collection. This is a read-only property.
Syntax
object.Fits
object.Fits =Fits
Example
This example shows how to return the AutoFits collection and set the fill under a log fit curve.
'Add fill under the log fit
LinePlot.Fits.Item(2).Fill.PatternName = "Crosshatch"
Used by: AutoLinePlot object