Class: matlab.graphics.chartcontainer.ChartContainer
Package: matlab.graphics.chartcontainer
Update instance of chart container subclass after setting properties
update(obj)
update(
updates the contents of the chart
after one or more public property values change. Define this method to update the underlying
graphics objects in the chart using the new property values. This method executes under the
following conditions:obj
)
During the next drawnow
execution, after the user changes one
or more property values on the chart.
When an aspect of the user's graphics environment changes (such as the figure size).