Quinn-Curtis Forums
Quinn-Curtis Forums
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Tools for Microsoft .Net & .Net Compact Framework
 SPC Control Chart Tools for .Net
 Frequency Histograms
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Alice

25 Posts

Posted - 13 Aug 2008 :  09:46:39  Show Profile  Reply with Quote
Is there any way I can set the range of XAxis? What I want to do is to set the X origin as my LSL=10, and the Max of X as my USL=100.

Thanks!

quinncurtis

1164 Posts

Posted - 13 Aug 2008 :  10:35:43  Show Profile  Reply with Quote
Try this.
After the FrequencyHistogramChart BuildChart function

Me.BuildChart();

do this:


Me.CoordinateSystem.ScaleStartX = 10 ' LSL
Me.CoordinateSystem.ScaleStopX = 100 ' USL
Me.XAxis.CalcAutoAxis()
Me.YAxis.CalcAutoAxis()
Me.UpdateDraw()
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Quinn-Curtis Forums © 2000-07 Quinn-Curtis, Inc. Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.07