Displays order magnitude and phase on a customized picture control. You can see phase changes in the range of zero to 360 degrees.

You can set Polar Plot properties in the Graph Properties: Polar Plot dialog box. You also can use the following Polar Plot graph properties with the Property Node.
| Property | Description |
|---|---|
| Plot:Plot Color | Specifies the color of the plot. |
| Plot:Line Style | Specifies the Line style (0-4) as shown on the Plot page of the Properties dialog box ordered from top to bottom. |
| Plot:Line Width | Specifies the line width of the plot. |
| Plot:Point Style | Specifies the Point Style (0-16) as shown on the Plot page of the Properties dialog box ordered from top-left to bottom-right. |
| Plot:Plot.Fill/Point Color | Specifies the color of the point and fills. |
| Cursor:Visible | If TRUE, shows the cursor. |
| Cursor:CursorInfo:Visible | If TRUE, displays the cursor information in the plot area. |
| Cursor:Cursor Color | Specifies the color of the cursor, including the point, arrow, and name of the cursor. |
| Cursor:Cursor Index | Returns the array index of the point to which the cursor is snapped. This property can have a value between 0 and n – 1, where n is the number of data points. |
| Cursor:Line Style | Specifies the line style of the active cursor. Valid values are 0–4, as shown on the Cursors page of the Properties dialog box ordered from top to bottom. |
| Cursor:Line Width | Specifies the width of the line used to display the active cursor. Valid values are 0-4, as shown on Cursors page of the Properties dialog box ordered from top to bottom. |
| Cursor:Point Style | Specifies the symbol that, in combination with Style, is drawn at the focal point of the cursor. Valid values are 0-16, as shown on the Cursors page of the Properties dialog box ordered from top-left to bottom-right. |
| Cursor:Style | Specifies the symbol that, in combination with Point Style, is drawn at the focal point of the cursor. Valid values are 0-8, from top-left to bottom-right, as shown on the Cursors page of the Properties dialog box ordered. |
| Cursor:Cursor Name | Specifies the text displayed in the plot area that is associated with the cursor. It shows the magnitude and phase information. |
| Cursor:Cursor Position | Specifies the position of the cursor in terms of magnitude – phase coordinates. |
| Cursor:CursorInfo:LockPosition | Specifies whether the cursor information is movable with the cursor or fixed at the bottom-left corner. |
| Magnitude Scale:Visible | Displays the magnitude scale. |
| Magnitude Scale:Marker Text Color | Specifies the color of the marker text of the magnitude scale. |
| Magnitude Scale:Name Label:Text | Specifies the text name of the magnitude scale label. |
| Magnitude Scale:Format String | Sets the format string of the magnitude scale. |
| Magnitude Scale:Range:Maximum | Specifies the maximum value of the magnitude scale. |
| Magnitude Scale:Grid Colors:Major Color | Specifies the color of the major grid on the magnitude scale. |
| Magnitude Scale:Grid Colors:Minor Color | Specifies the color of the minor grid on the magnitude scale. |
| Magnitude Scale:Name Label:Visible | Indicates whether the decoration is visible. |
| Phase Scale:Visible | Displays the phase scale. |
| Phase Scale:Grid Color | Specifies the color of the grid on the phase scale. |
| Phase Scale:Marker Text Color | Specifies the color of the marker text of the phase scale. |
| Marker:Visible | Displays the marker. |
| Marker:Marker Color | Specifies the color of the marker, including the point, arrow, and name. |
| Marker:Point Style | Specifies the symbol that, in combination with Style, is drawn at the focal point of the marker. Valid values are 0–16. |
| Marker:Style | Specifies the symbol that, in combination with Point Style, is drawn at the focal point of the marker. Valid values are 0–8. |
| Event:Cursor Release | Generates when you releases the cursor after dragging it. This event is useful if you want to register when you finish interacting with a graph cursor. The event data is a cluster of two elements. The first element of the cluster is the index of the cursor. The second element is the cursor position in terms of magnitude – phase coordinates and reference. |
| Event:Scale Range Change | Generates when you change the scale of the Polar Plot. The maximum value changes when the you enter a new value in a scale marker. This event is useful if you want to register user changes and then adjust the functionality of the graph. The event data is a cluster of two elements. The first element of the cluster is the maximum and minimum value of the scale. The second element of the cluster is the increment of the scale. |
| Legend:Visible | Displays the plot legend. |
| Legend:Strings[] | Specifies the array of the items from which you can select in the selectors. |
| Legend.Index | Specifies the array of the items to show on the plot. |
| Legend:BG Color | Specifies the background color of the tree legend. |
| Legend:Font Color | Specifies the font color of the tree legend. |
| Plot Area:Colors:Direction Color | Specifies the color of the direction arrow. |
| Plot Area:Position | Specifies the position of the plot area of the graph in front panel coordinates. |
| Plot Area:Size | Specifies the size of the active plotting area in terms of width and height in pixels. |
| Plot Area:Colors:BG Color | Specifies the background color of the plot. |
| Autoscale | Scales the radius axis automatically. |
| Anntlist | Specifies the array of information about all annotations. Each array element is a cluster of annotation elements. |
| Acceptance Region | Specifies the acceptance arcs or regions. |