| | |
| | | } |
| | | |
| | | private const string _tempFoler = "workingImageTemp"; |
| | | private const string _pumpAnalyImageFileName = "pump_analy.png"; |
| | | private const string _energyAnalyImageFileName = "energy_analy.png"; |
| | | private const string _lossCurveImageFileName = "loss_curve.png"; |
| | | private const string _energyInputImageFileName = "energy_input.png"; |
| | | private const string _energyLossImageFileName = "energy_loss.png"; |
| | |
| | | { |
| | | vm.Working.Name = "当前计算工况"; |
| | | } |
| | | vm.Working.EnergyAnalyImagePath = GetImageFilePath(_energyAnalyImageFileName); |
| | | _workingChart.ExportToImage(vm.Working.EnergyAnalyImagePath); |
| | | vm.Working.LossCurveImagePath = GetImageFilePath(_lossCurveImageFileName); |
| | | _lossCurve.ExportToImage(vm.Working.LossCurveImagePath); |
| | | vm.Working.EnergyInputImagePath = GetImageFilePath(_energyInputImageFileName); |