Inline Charts checklist

How can you make these charts be very small, so tiny thay can fit on a line of text?

inline.png

Nothing special, just play with your favourite chart component parameters (cf. protocol attached) and put sparklines and inline charts everywhere

  1. Remove the title: Chart OptionsTitle
  2. Remove the legend: Chart OptionsDisplay OptionsShow Legend = False
  3. Hide the axes: X AxisShow Axis = False and Y AxisShow Axis = False (BTW a limitation of the horizontal bar chart in flash, you cant hide axes. for the image version neither, but you can change their colour to #FEFFFF, as White is not accepted for some reason. cf. 8)
  4. Set a horizontal line (Optional, for example if you need a subtle X axis to show a deviation): Chart OptionsDisplay OptionsShow Horizontal Gridlines = True and Y AxisTickmark OptionsMajor Tickmark Start Value = 0 (to show a subtle X axis, or any value to show a deviation)
  5. Remove any style: Chart OptionsFormat should be empty
  6. Remove the chart margin and padding: Chart OptionsPositionMargin Top = 0 Pixels, etc. most important are the Padding ones
  7. Reduce chart size (obviously): Chart OptionsPositionWidth = 50 Pixels and Height = 15 Pixels for example
  8. Try Image and Flash version of your chart (because the Flash and Image versions of the charts are  slightly different, depending on the type of chart component you use,  they may not have the same limitations (this is fine tuning). So try the  other one to check whether it's better for what you want to achieve): Chart OptionsDisplay Type = Flash/Image (try both)
  9. Put the chart in the line of text: Finish with a Paragraph component