OWC10 Scaling Object
I'm trying to acess the properties Maximum and Minimum of the object
ChartSpace.Charts(0).Axes(0).Scaling.Maximum and ChartSpace.Charts(0).Axes(0).Scaling.Minimum.
If i try to get those values directly an error occurs and the values I get are both "0" but if before i try to acess those properties i use one alert("With anything") the values returned by the properties become correct.
Does any one can help me????
|