ClipToCircle Property
The ClipToCircle property returns or sets the clipping the polar plot to the polar circle.
Syntax
object.ClipToCircle
object.ClipToCircle = ClipToCircle
Parameter | Type | Description |
ClipToCircle | Boolean | required, true to clip the plot to the polar circle |
Example
This example shows how to clip the plot display to the polar circle for a polar plot.
PolarPlot1.Clipping.ClipToCircle = True
Used by: AutoClipping object