Class: matlab.graphics.chartcontainer.ChartContainer
Package: matlab.graphics.chartcontainer
Set up instance of chart container subclass
setup(obj)
setup(
sets the initial state of the chart.
It executes once when the chart object is created. Any property values passed as name-value
pair arguments to the chart's constructor method are assigned after the obj
)setup
method executes.
Define this method to execute initialization code for each new instance of your class. For example, you can use this method to create the underlying graphics objects and set initial property values on those objects.