DynamicModule[{x, y, ...}, expr] represents an object which maintains the same local instance of the symbols x, y, ... in the course of all evaluations of Dynamic objects in ...
Mathematica provides a broad range of powerful constructs for laying out content on a screen or page. They are designed to be immediately useful for the beginner, yet also ...
Mathematica 6.0 fundamentally redefined Mathematica and introduced a major new paradigm for computation. Building on Mathematica's time-tested core symbolic architecture, ...
PieChart[{y_1, y_2, ...}] makes a pie chart with sector angle proportional to y_1, y_2, ....PieChart[{..., w_i[y_i, ...], ..., w_j[y_j, ...], ...}] makes a pie chart with ...
SectorChart[{{x_1, y_1}, {x_1, y_2}, ...}] makes a sector chart with sector angles proportional to x_i and radii y_i.SectorChart[{..., w_i[{x_i, y_i}, ...], ..., w_j[{x_j, ...
TabView
(Built-in Mathematica Symbol) TabView[{lbl_1 -> expr_1, lbl_2 -> expr_2, ...}] represents an object in which clicking the tab with label lbl_i displays expr_i. TabView[{lbl_1 -> expr_1, lbl_2 -> expr_2, ...
WindowToolbars is a notebook option that specifies the toolbars to include at the top of the window used to display the notebook on the screen.
Manipulate Introduction to Control Objects Views
KagiChart[{{date_1, p_1}, {date_2, p_2}, ...}] makes a Kagi chart with prices p_i at date date_i.KagiChart[{" name", daterange}] makes a Kagi chart of closing prices for the ...
LineBreakChart[{{date_1, p_1}, {date_2, p_2}, ...}] makes a line break chart with prices p_i at date date_i.LineBreakChart[{" name", daterange}] makes a line break chart of ...