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
 Removing Default Text in Notes

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
dmsimpkins Posted - 15 Jul 2016 : 12:26:49
I'm using
this.ChartData.SetNotesString("my notes")
to set the notes for each data point in my chart (derived from SPCBatchVariableChart).

For some reason, each note begins with the point index, the point's Y value, then on the next line the string "Notes -". How can I remove this default text and just have the note display the text I set explicitly?
3   L A T E S T    R E P L I E S    (Newest First)
quinncurtis Posted - 15 Jul 2016 : 14:01:37
Sorry, but since it is a data tooltip, and appending the sample interval notes is something we added later, we never created a mode where the data values are not displayed.
dmsimpkins Posted - 15 Jul 2016 : 13:51:45
Sorry I should have been more specific. I am referring to the datatooltip notes. I have it enabled with
this.PrimaryChart.Datatooltip.EnableNotesString = true;

I'm not displaying a table at all. I am seeing the note that I pass in to the SetNotesString function, but mine are appended to the default text that I mentioned. I'm just curious if there's a simple way to remove this default text from the datatooltip notes? Sounds like I might be out of luck.
quinncurtis Posted - 15 Jul 2016 : 13:10:43
It sounds like you are describing the data tooltip, which is invoked by clicking on a data point. You can add a sample interval's notes to the data tooltip by setting the Datatooltip.EnableNotesString to true. What is not optional is the y-value of the data point.

If you want to just see the notes, Enable the Notes line in the Table.

this.EnableNotes = true;

Then, on the NOTES row in the table, click the "Y" (default is left click, though you can change that to right click) displayed for a sample interval with a note. You will see only the note, and no other information.

So what are you doing, clicking on the data point, or the NOTES row in the table?

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