Quinn-Curtis Forums
Quinn-Curtis Forums
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Tools for Microsoft .Net
 SPC Control Chart Tools for .Net
 Moving Average Chart

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
seh-a Posted - 04 Dec 2012 : 11:13:29
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?
1   L A T E S T    R E P L I E S    (Newest First)
quinncurtis Posted - 04 Dec 2012 : 11:26:23
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.

Quinn-Curtis Forums © 2000-2018 Quinn-Curtis, Inc. Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.07