Main Content
PolarAxesInteractionOptions Properties
PolarAxesInteractionOptions
properties control the behavior of
polar axes interactions for apps. By changing property values, you can customize the behavior
of all associated polar axes interactions. Use dot notation to query and set
properties.
f = uifigure; pax = polaraxes(f); pax.InteractionOptions.DatatipsPlacementMethod = "interpolate";
The options set by the PolarAxesInteractionOptions
object apply to these
interactions on the associated polar axes:
The built-in interactions specified by the
Interactions
property of the polar axesInteractions enabled by using mode functions, such as
datacursormode
Interactions enabled using the polar axes toolbar
The properties listed here are valid for polar axes in figures created with the uifigure
function.
Supported Interactions
Interaction Display
Version History
Introduced in R2024a