Author |
Topic  |
|
sakamali
Turkey
33 Posts |
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;
 |
|
quinncurtis
1586 Posts |
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"); |
 |
|
|
Topic  |
|
|
|