BarOrigin is an option to BarChart and related functions that specifies the origin placement for bars.
ButtonBox[boxes] is a low-level box construct that represents a button in a notebook expression.
CompleteGraphQ[g] yields True if the graph g is a complete graph, and False otherwise.CompleteGraphQ[g, vlist] yields True if the subgraph induced by vlist is a complete ...
CopyToClipboard[expr] replaces the contents of the clipboard with expr.
DataDistribution[ddist, ...] represents a probability distribution of type ddist, estimated from a set of data.
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 ...
EventLabels is an option to CandlestickChart, KagiChart, and similar functions that specifies events to labels.
ExpressionCell[expr] gives an expression cell that can appear in a Mathematica notebook. ExpressionCell[expr, " style"] gives an expression cell with the specified style.
FactorTerms[poly] pulls out any overall numerical factor in poly. FactorTerms[poly, x] pulls out any overall factor in poly that does not depend on x. FactorTerms[poly, {x_1, ...
FormatType is an option for output streams, graphics, and functions such as Text that specifies the default format type to use when outputting expressions.