Main Content
Stateflow.Editor
Graphical aspects of a chart or state transition table
Description
Use the Stateflow.Editor
object to access the graphical aspects
of a Stateflow® chart or state transition table. You can use the
Stateflow.Editor
object to control the position, size, and magnification
level of the Stateflow Editor window.
Creation
Each chart has its own Stateflow.Editor
object. When you create a chart,
an Stateflow.Editor
object is automatically created for it. To access the
Stateflow.Editor
object, use the Editor
property for
the chart. For example, if ch
is a Stateflow.Chart
or Stateflow.StateTransitionTableChart
object,
enter:
editor = ch.Editor;
Properties
Examples
Version History
Introduced before R2006a