DrawToLimits Property

The DrawToLimits property returns or sets the clipping Draw plot to clipping limit option. Returns a Boolean.

Syntax

object.DrawToLimits

object.DrawToLimits = DrawToLimits

 

Parameter Type Description
DrawToLimits Boolean required, true to draw the a line to the extents of the clipping limit

 

Example

This example shows how to draw the clipped plot to the limits of the graph.

Line1.Clipping.DrawToLimits = True

 

Used by: AutoClipping object