DisplayRValues Property

The DisplayRValues property returns or sets the polar function plot Display R value labels. Returns a Boolean.

Syntax

object.DisplayRValues

object.DisplayRValues = DisplayRValues

 

Parameter Type Description
DisplayRValues Boolean required, true to display R (radius) values

 

Example

This example shows how to display the R values on a function plot.

FunctionPlot.DisplayRValues = True

 

Used by: AutoPolarFunction object