Adjust Programmatic UI Layouts Interactively
Use Plot Edit Mode to Change Properties
After you select an object in plot edit mode, you can open the Property Inspector to view
and modify any of its properties. While the object is selected, in the Command Window
type:
inspect
You also can use the functional form to pass in the handle of the object you want to
inspect, for example:
inspect(hsl)
The Property Inspector opens, displaying the object properties. You can edit as well as
read property values, and the component updates immediately. To see a definition of any
property, right-click the name or value in the Property Inspector and click the What's
This? menu item that appears. A context-sensitive help window opens displaying the
definition of the property.