Main Content
getAxes
Class: matlab.graphics.chartcontainer.ChartContainer
Namespace: matlab.graphics.chartcontainer
Get axes for chart container subclass
Syntax
ax = getAxes(obj)
Description
returns
one or more axes objects for a chart that inherits from the
ax
= getAxes(obj
)matlab.graphics.chartcontainer.ChartContainer
base class.
Input Arguments
Output Arguments
Examples
Limitations
Setting the
OuterPositon
,InnerPosition
,Position
, orPositionConstraint
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 theParent
property on an instance of your chart.