Groups | Blog | Home
all groups > vb.net controls > august 2005 >

vb.net controls : [ MS Chart ] : YAxis Maximum and Minimum


hassan
8/29/2005 7:50:45 AM
hi


i use AxMSChart20Lib.AxMSChart object
and i can find the property that define the YAxis Maximum and Minimum
can any one help me please


Thank You in Advance :)
Mona
8/30/2005 12:00:00 AM
Hi Hassan,
How are you doing?

For extracting the Max value for Y axis use:
Me.AxMSChart1.Plot.Axis(MSChart20Lib.VtChAxisId.VtChAxisIdY).ValueScale.Maxi
mum.ToString

For extracting the Min Value for Y axis use:
Me.AxMSChart1.Plot.Axis(MSChart20Lib.VtChAxisId.VtChAxisIdY).ValueScale.Mini
mum.ToString

I hope this helps.


Thanks
Mona
[Grapecity]


[quoted text, click to view]

Rajendra
6/2/2008 11:37:48 PM
Hi Mona..
This is really useful for me.. I was not able to set Axis minimum and maximum data.
Thanks a lot :)

From http://www.developmentnow.com/g/39_2005_8_0_0_588468/-MS-Chart--YAxis-Maximum-and-Minimum.htm

Posted via DevelopmentNow.com Groups
AddThis Social Bookmark Button