update
Class: matlab.graphics.chartcontainer.ChartContainer
Package: matlab.graphics.chartcontainer
Update instance of chart container subclass after setting properties
Syntax
update(obj)
Description
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 during the
next obj
)drawnow
execution, after the user changes one or more property
values on the chart.