Class: matlab.graphics.chartcontainer.ChartContainer
Package: matlab.graphics.chartcontainer
Get axes for chart container subclass
ax = getAxes(obj)
returns
one or more axes objects for a chart that inherits from the
ax
= getAxes(obj
)matlab.graphics.chartcontainer.ChartContainer
base class.
Setting the OuterPositon
, InnerPosition
,
Position
, or PositionConstraint
properties
on the axes might produce unexpected results. Instead, configure the position on an
instance of your chart.
Changing the Parent
property of the axes is not recommended.
Instead, specify the Parent
property on an instance of your
chart.