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
 SPC Control Chart Tools for .Net
 Y Axis Labels
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

DRockWilson

USA
9 Posts

Posted - 27 Jan 2016 :  08:18:00  Show Profile  Reply with Quote
What I am trying to do is suppress the y axis label prefix and value (LCL1 = #) for my XBar-R Chart. Ultimately I want to show lines for the Mean and 3 sigmas, but not the y-axis labels, but still want to show both the lines and y-axis labels for the upper and lower spec limits.

My main problem is that everything on the y-axis is overlapping.

quinncurtis

1586 Posts

Posted - 27 Jan 2016 :  09:35:04  Show Profile  Reply with Quote
Quite a few of our examples do exactly what you describe. See WERulesVariableControlCharts.XBarRChart and WERulesVariableControlCharts.XBarSigmaChart - see picture

// Don't show sigma 1 and sigma 2 alarm line labels because graph too crowded
this.PrimaryChart.GetControlLimitData(SPCChartObjects.SPC_UPPER_CONTROL_LIMIT_1).LabelLimit = false;
this.PrimaryChart.GetControlLimitData(SPCChartObjects.SPC_LOWER_CONTROL_LIMIT_1).LabelLimit = false;
this.PrimaryChart.GetControlLimitData(SPCChartObjects.SPC_UPPER_CONTROL_LIMIT_2).LabelLimit = false;
this.PrimaryChart.GetControlLimitData(SPCChartObjects.SPC_LOWER_CONTROL_LIMIT_2).LabelLimit = false;
Go to Top of Page

DRockWilson

USA
9 Posts

Posted - 27 Jan 2016 :  10:35:55  Show Profile  Reply with Quote
Thank you. I had trouble locating the LabelLimit property in the documentation, but this fixed my problem.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Quinn-Curtis Forums © 2000-2018 Quinn-Curtis, Inc. Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.07