| AlignmentPoint | Center | AlignmentPoint is an option which specifies how objects should by default be aligned when they appear in Inset. |
| AspectRatio | Automatic | AspectRatio is an option for Graphics and related functions which specifies the ratio of height to width for a plot. |
| Axes | False | Axes is an option for graphics functions that specifies whether axes should be drawn. |
| AxesLabel | None | AxesLabel is an option for graphics functions that specifies labels for axes. |
| AxesOrigin | Automatic | AxesOrigin is an option for graphics functions which specifies where any axes drawn should cross. |
| AxesStyle | {} | AxesStyle is an option for graphics functions which specifies how axes should be rendered. |
| Background | None | Background is an option which specifies what background color to use. |
| BaselinePosition | Automatic | BaselinePosition is an option which specifies where the baseline of an object is considered to be for purposes of alignment with surrounding text or other expressions. |
| BaseStyle | {} | BaseStyle is an option for formatting and related constructs that specifies the base style to use for them. |
| ColorOutput | Automatic | ColorOutput is an option for graphics functions which specifies the type of color output to produce. |
| ContentSelectable | Automatic | ContentSelectable is an option to constructs such as Inset, Graphics and GraphicsGroup that specifies whether and how content within them should be selectable. |
| CoordinatesToolOptions | Automatic | CoordinatesToolOptions is an option for Graphics that gives values of options associated with the tool. |
| DataRange | Automatic | DataRange is an option for functions such as ListPlot and ListDensityPlot that specifies what range of actual coordinates the data should be assumed to occupy. |
| DisplayFunction | $DisplayFunction | DisplayFunction is an option for graphics and sound functions that specifies a function to apply to graphics and sound objects before returning them. |
| EdgeLabeling | True | EdgeLabeling is an option for GraphPlot and related functions which specifies whether labeling specified for edges should be displayed by default. |
| EdgeRenderingFunction | Automatic | EdgeRenderingFunction is an option for GraphPlot and related functions which gives a function to generate the graphics primitives to use in rendering each edge. |
| Epilog | {} | Epilog is an option for graphics functions which gives a list of graphics primitives to be rendered after the main part of the graphics is rendered. |
| FormatType | TraditionalForm | FormatType is an option for output streams, graphics and functions such as Text which specifies the default format type to use when outputting expressions. |
| Frame | False | Frame is an option for Graphics, Grid and other constructs that specifies whether to include a frame. |
| FrameLabel | None | FrameLabel is an option for Graphics, Manipulate and related functions that specifies labels to be placed on the edges of a frame. |
| FrameStyle | {} | FrameStyle is an option for Graphics, Grid and other constructs that specifies the style in which to draw frames. |
| FrameTicks | None | FrameTicks is an option for 2D graphics functions that specifies tick marks for the edges of a frame. |
| FrameTicksStyle | {} | FrameTicksStyle is an option for 2D graphics functions which specifies how frame ticks should be rendered. |
| GridLines | None | GridLines is an option for two-dimensional graphics functions that specifies grid lines. |
| GridLinesStyle | {} | GridLinesStyle is an option for 2D graphics functions that specifies how grid lines should be rendered. |
| ImageMargins | 0. | ImageMargins is an option which specifies the absolute margins to leave around the image displayed for an object. |
| ImagePadding | All | ImagePadding is an option for graphics functions that specifies what absolute extra padding should be left for extended objects such as thick lines and annotations such as tick and axis labels. |
| LabelStyle | {} | LabelStyle is an option for formatting and related constructs that specifies the style to use in displaying their label-like elements. |
| MultiedgeStyle | Automatic | MultiedgeStyle is an option for GraphPlot and related functions which specifies how to draw multiple edges. |
| PackingMethod | Automatic | PackingMethod is an option for GraphPlot and related functions which specifies how disconnected components should be packed together in the layout produced. |
| PlotLabel | None | PlotLabel is an option for graphics functions that specifies an overall label for a plot. |
| PlotRange | All | PlotRange is an option for graphics functions that specifies what range of coordinates to include in a plot. |
| PlotRangeClipping | False | PlotRangeClipping is an option for graphics functions that specifies whether graphics objects should be clipped at the edge of the region defined by PlotRange, or should be allowed to extend to the actual edge of the image. |
| PlotRangePadding | Automatic | PlotRangePadding is an option for graphics functions that specifies how much further axes etc. should extend beyond the range of coordinates specified by PlotRange. |
| PlotRegion | Automatic | PlotRegion is an option for graphics functions that specifies what region of the final display area a plot should fill. |
| PreserveImageOptions | Automatic | PreserveImageOptions is an option to graphics and related functions that specifies whether image size and certain other options should be preserved from the previous version of a graphic if the graphic is replaced by a new one in output. |
| Prolog | {} | Prolog is an option for graphics functions which gives a list of graphics primitives to be rendered before the main part of the graphics is rendered. |
| RotateLabel | True | RotateLabel is an option for graphics and related functions which specifies whether labels on vertical frame axes should be rotated to be vertical. |
| SelfLoopStyle | Automatic | SelfLoopStyle is an option for GraphPlot and related functions which specifies how to draw self-loops that connect a vertex to itself. |
| Ticks | Automatic | Ticks is an option for graphics functions that specifies tick marks for axes. |
| TicksStyle | {} | TicksStyle is an option for graphics functions which specifies how ticks should be rendered. |
| VertexCoordinateRules | Automatic | VertexCoordinateRules is an option for GraphPlot and related functions which specifies rules for determining the coordinates at which vertices should be placed. |
| VertexLabeling | Automatic | VertexLabeling is an option for GraphPlot and related functions which specifies whether labeling should be included by default for vertices in graphs. |
| VertexRenderingFunction | {Inset[If[Head[#2] === String, Framed[#2], #2], #1]} & | VertexRenderingFunction is an option for GraphPlot and related functions that gives a function to generate the graphics primitives to use in rendering each vertex. |
| DirectedEdges | False | DirectedEdges is an option for Graph, GraphPlot, and related functions that specifies whether edges should be taken to be directed. |
| PlotStyle | {GrayLevel[0]} | PlotStyle is an option for plotting and related functions that specifies styles in which objects are to be drawn. |
| ImageSize | {{800}, {300}} | ImageSize is an option which specifies the overall size of an image to display for an object. |