Help for this page

Select Code to Download


  1. or download this
    ApplyDataLabels(AutoText=>'True', LegendKey=>'False',
     ShowSeriesName=>'False',
     ShowCategoryName=>'False',
     ShowValue=>'True',
     ShowPercentage=>'False',
     ShowBubbleSize=>'False');
    
  2. or download this
    ApplyDataLabels({AutoText=>'True', LegendKey=>'False',
     ShowSeriesName=>'False',
     ShowCategoryName=>'False',
     ShowValue=>'True',
     ShowPercentage=>'False',
     ShowBubbleSize=>'False'}); # Note the { } added