Hi all,

I want to assign values for minimum and maximum for all MScharts. For that am using the followind code in a loop.

oGraph.Axes(xlValue).MinimumScale = 5000
oGraph.Axes(xlValue).MaximumScale = 15000

Here what is the problem is the values are assiged while execution the above instructions and again reassinged the old values for maximum and minimum.

Please let me know this is happening?


Regards,
Abhiram