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
 Change point color with out alarm rule.
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

stanelylee

1 Posts

Posted - 20 Aug 2008 :  23:47:47  Show Profile  Reply with Quote
I create a X-Bar R Chart and try to change some points' color witout through alarm rule testing. Is there any way to change individuale point color or attach one mark tag on a point base on my choice?


Thanks in advance.

quinncurtis

1164 Posts

Posted - 21 Aug 2008 :  10:48:50  Show Profile  Reply with Quote
You can't change its color, but you can add a simple string annotation to the point. The line below adds a simiple "XY" annotation to point #23 (numbering starts at 0).

c#
this.AddAnnotation(SPCChartObjects.PRIMARY_CHART, 23, "XY");

or

vb
Me.AddAnnotation(SPCChartObjects.PRIMARY_CHART, 23, "XY")

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