Deinitialization is an option for Dynamic, DynamicModule, Manipulate, and related constructs that specifies an expression to be evaluated when the construct can no longer be ...
Exclusions is an option that specifies where to exclude in regions used by functions like Plot, Plot3D, and NIntegrate.
Trigger
(Built-in Mathematica Symbol) Trigger[Dynamic[u]] represents a trigger that can be pressed to make the dynamically updated value of u be continually increased with time from 0 to 1. Trigger[Dynamic[u], ...
This example demonstrates how to create a reusable GUIKit` widget for wrapping Plot and some of its options. You can easily treat the PlotGroup example as a single reusable ...
Mathematica 's unified symbolic graphics architecture makes it possible to mix programmatic graphics generation with interactive editing and control. The Mathematica Drawing ...
Mathematica 's interactive graphics capabilities let you determine the coordinates of a single point. You can also get arbitrary sequences of points and paths, and analyze ...
Mathematica offers a variety of methods for accessing the system clipboard and clipboard-like operations. In addition to the traditional interactive methods for accessing the ...
LabelStyle is an option for formatting and related constructs that specifies the style to use in displaying their label-like elements.
LocatorRegion is an option for Locator that specifies where the locator object should by default be allowed to go when it is dragged.
Slider
(Built-in Mathematica Symbol) Slider[x] represents a slider with setting x in the range 0 to 1. Slider[Dynamic[x]] takes the setting to be the dynamically updated current value of x, with the value of x ...