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
 Scroll bar doesn't appear

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
sakamali Posted - 10 Jan 2015 : 07:43:01
Hi,
When I have most data, I want to see scroll bar. Although, I insert below code in InitializedChart() method, there is no scroll bar that I can see. Where is the problem? What should I do? Thanks.

quote:
spcChart.EnableScrollBar = true;


1   L A T E S T    R E P L I E S    (Newest First)
quinncurtis Posted - 10 Jan 2015 : 09:17:01
You are not providing us with any information. All of our example programs display a scroll bar. Start with one of those, add your data to it, and see if you have a scroll bar.

How many total data points do you have? If you are displaying all of the data points, the scroll bar will not show.

If you are going to show so many data points in the chart that the table columns become much to small for the data, disable the table using the UseNoTable method. See the example TimeVariableControlCharts.XBarRNoTable

this.UseNoTable(true, true, true, "Chart with No Table");

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