Thread: chart help
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
nk nk is offline
external usenet poster
 
Posts: 5
Default chart help

hi,
i created a chart with .ChartType = xlColumnClustered .
I have to use only this type.
..Axes(xlValue) - is frequency result, i.e. that i have around 10
result columns on the chart.
My problem is columns stay between categotries, like if value for
cresult column 44.02 it is stay between 44.02 and 44.02.
I used .AxisBetweenCategories = False but it doesn't help.

How can i solvd this problem?

Thank you