View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.charting
ddm ddm is offline
external usenet poster
 
Posts: 5
Default Chart.Axes().MinimumScale Not WORKING

hi,

i have an excel application that unable to draw a chart in excel 2007, in
previous version of excel, it work fine.

and i found out that this error cause by

x.Chart.Axes().MinimumScale=0 It failed to assigned value to
MinimumScale, i has tested it, i think it only has read permission whether
than re-Assign Value to this property (.MimumumScale).

any idea ?

DDM