PolarAxesInteractionOptions Properties
PolarAxesInteractionOptions
properties control the behavior of
polar axes interactions. By changing property values, you can customize the behavior of all
associated polar axes interactions. Use dot notation to query and set
properties.
f = figure; 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
Before R2025a: The properties listed here are valid only for polar
axes in figures created with the uifigure
function.