Override graphical view limits

This section contains the configuration parameters that apply to the graphical views in the plan, such as the maximum number of objects shown in each view.
planViewMaxJobstreams
The maximum number of job streams displayed in the Plan View. Default value is 1000. Values greater than 1000 are not supported.
preProdPlanViewMaxJobstreams
The maximum number of job streams displayed in the preproduction plan view. Default value is 1000. Values greater than 1000 are not supported.
<?xml version"1.0"?>
<tdwc>
.
.
 <settings>
<graphViews>
<property name="planViewMaxJobstreams" value="1000"></property>
<property name="preProdPlanViewMaxJobstreams" value="1000"></property>
</graphViews>
 </settings>
.
.
</tdwc>
See TdwcGlobalSettings.xml sample to view the complete syntax for the file.

For more information about how to customize global settings, see Customizing your global settings.