Mathematica > Dynamic Interactivity > Interactive Manipulation > Options & Styling for Interactive Manipulation >

TrackedSymbols

Updated In 7 Graphic
TrackedSymbols
is an option to Refresh, Manipulate and related functions that specifies which symbols should trigger updates when their values are changed.
  • The following settings can be used:
Allall possible symbols
Fullsymbols that appear explicitly in the input expression
Truesymbols that appear in Manipulate etc. controls
Automaticsymbols being tracked in enclosing constructs
{x,y,z,...}an explicit list of symbols
  • When a list of symbols is given, the typical usage is TrackedSymbols:>{x, y, z, ...}.
New in 6 | Last modified in 7
© 2008 Wolfram Research, Inc.
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team