This example shows how to show the dashboard designer in full screen mode:
<script type="text/javascript">
	// Set full screen mode for the designer
	var options = new Stimulsoft.Designer.StiDesignerOptions();
	options.appearance.fullScreenMode = true;
	
	// Create the dashboard designer with specified options
	var designer = new Stimulsoft.Designer.StiDesigner(options, "StiDesigner", false);
	
	...
</script>

На скриншоте ниже Вы можете увидеть результат выполнения данного кода:

Using the Full-Screen Mode in the Designer

By using this website, you agree to the use of cookies for analytics and personalized content. Cookies store useful information on your computer to help us improve efficiency and usability. For more information, please read the privacy policy and cookie policy.