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
 SPC Control Chart Tools for .Net
 Scroll bar doesn't appear
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

sakamali

Turkey
33 Posts

Posted - 10 Jan 2015 :  07:43:01  Show Profile  Reply with Quote
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;


quinncurtis

1586 Posts

Posted - 10 Jan 2015 :  09:17:01  Show Profile  Reply with Quote
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");
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Quinn-Curtis Forums © 2000-2018 Quinn-Curtis, Inc. Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.07