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
 Moving Average Chart
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

seh-a

USA
14 Posts

Posted - 04 Dec 2012 :  11:13:29  Show Profile  Reply with Quote
I am trying to use the Moving Average chart in my application with some success using the sample code as a guide. I want to turn off some of the header information i.e. part no, chart no, etc. but I want to keep some other information like chart title. However, when I use HEADER_STRINGS_LEVEL1, the chart title line still have part no. and chart no. which are not applicable for my application. Is there a way to selectively display items on the headers?

quinncurtis

1586 Posts

Posted - 04 Dec 2012 :  11:26:23  Show Profile  Reply with Quote
You can just null out the header strings used for the items you don't want.

spcChart.ChartData.PartNumberHeader = "";
spcChart.ChartData.ChartNumberHeader = "";

This applies to all of the spc charts, not just the moving average variant.
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