View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
CAE1030 CAE1030 is offline
external usenet poster
 
Posts: 1
Default Setting number format for a Chart (bars) from C#

I have a C# Excel application that creates a Horizontal Bar chart by
populating a Chart from a pre-defined template.
I need to fomat (include commas) the numbers that appear at the end of the
bars (e.g. the values). Where do i set this format?

thanks