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
 Mean Line Object

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
swbo101 Posted - 03 Mar 2011 : 12:01:59
I'm looking at the SPCChartObjects class and I'm not sure what the property name is for the line that represents the "MEAN". I'd like to be able to display or hide that line when need be.

Thanks
1   L A T E S T    R E P L I E S    (Newest First)
quinncurtis Posted - 03 Mar 2011 : 12:21:16
It is referred to as the SPC_CONTROL_TARGET. For example, to remove the MEAN, (also referred to as the X-BAR, or target line), of an X-BAR R chart, use:

this.PrimaryChart.GetControlLimitData(SPCChartObjects.SPC_CONTROL_TARGET).Enable = false;

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