예제 #1
0
 public virtual void SaveImage(string imgFilePath, int width, int height, ChartImageFormat format)
 {
     PlottingUtil.ExportChartToImage(imgFilePath, width, height, this.plotView.Model, format);
 }