Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Visualization and Graphics > Charting and Information Visualization > Chart Labeling, Legending & Annotation > ChartLabels >
Mathematica > Visualization and Graphics > Data Visualization > Charting and Information Visualization > Chart Labeling, Legending & Annotation > ChartLabels >
Mathematica > Data Manipulation > Statistical Data Analysis > Statistical Visualization > Charting and Information Visualization > Chart Labeling, Legending & Annotation > ChartLabels >

ChartLabels

ChartLabels
is an option for charting functions that specifies what labels should be used for chart elements.
  • ChartLabels uses as a label for the i^(th) element in each dataset.
  • The can be any strings, graphics, or other static or dynamic expressions.
  • None indicates no label. If there are more elements in a dataset than specified, the subsequent are taken to be None.
  • If explicit labeling is specified in a dataset using Labeled, it is added to labeling specified through ChartLabels.
  • Positioning and other effects in labels can be specified using Placed.
  • ChartLabels->Placed[{lbl1, lbl2, ...}, pos] places all the at the position specified by pos.
  • ChartLabels uses the successive to specify labels for successive dimensions in nested lists of datasets.
Place labels at the top of each bar:
Place labels at the outer radial position of each sector:
Place row labels above the group bars and column labels at the top of each bar:
Place labels at the top of each bar:
In[1]:=
Click for copyable input
Out[1]=
 
Place labels at the outer radial position of each sector:
In[1]:=
Click for copyable input
Out[1]=
 
Place row labels above the group bars and column labels at the top of each bar:
In[1]:=
Click for copyable input
Out[1]=
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF