Skip to content

SyncfusionExamples/How-to-disable-the-chart-template-saving-alert-window-in-WinForms-Chart-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to disable the chart template saving alert window in WinForms Chart

This article explains how to avoid the following pop-up window while showing up for saving the chart template at load time.

Display the popup

If your requirement is to save the chart template (series properties and the point properties, which was saved in XML file) without getting that pop-up then, please refer the following code sample instead of saving like this. C#

..
var template = new ChartTemplate(typeof(ChartControl));
template.Scan(this.chartControl1);
template.Save("TemplateName.xml");
..

Chart Template saving location is bin->debug->FileName.xml

Template savedd location

See Also

How to bind the data source via chart wizard

How to create a real-time chart

How do I print a Chart

How to create Chart in VB .NET Windows Forms

About

This article explains How to disable the chart template saving alert window in WinForms Chart

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages