Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica >

DefaultLabelStyle

DefaultLabelStyle
is a low-level option for formatting and related constructs that specifies the default style to use in displaying their label-like elements.
  • DefaultLabelStyle->style specifies that the label-like elements should effectively be replaced by Style[label, style].
  • The default setting for DefaultLabelStyle is typically different for different constructs.
  • For Tooltip, the default setting is DefaultLabelStyle->"TooltipLabel", and in general for an object named obj it is typically "objLabel".
  • DefaultLabelStyle->{} introduces no default style specifications, thereby effectively allowing all outside style specifications in.
  • DefaultLabelStyle->style makes any specifications in style override corresponding outside style specifications.
The current setting of DefaultLabelStyle:
The default styles used:
Explicit settings for DefaultLabelStyle:
DefaultAxesStyle can be used together with DefaultLabelStyle and has higher priority:
DefaultTicksStyle can be used together with DefaultLabelStyle, and has higher priority:
DefaultFrameStyle can be used together with DefaultLabelStyle, and has higher priority:
DefaultFrameTicksStyle can be used with DefaultLabelStyle, and has higher priority:
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team