From ceaf8b305043c73cf0e3ccb72b1120835cae6f0d Mon Sep 17 00:00:00 2001 From: "GukSang.Jin" Date: Fri, 15 May 2026 09:47:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- COFTester/Services/RunExportService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COFTester/Services/RunExportService.cs b/COFTester/Services/RunExportService.cs index ac9f97d..08f2f95 100644 --- a/COFTester/Services/RunExportService.cs +++ b/COFTester/Services/RunExportService.cs @@ -716,7 +716,7 @@ public sealed class RunExportService var xMax = ResolveExportChartXMax(runs); var yMax = ResolveExportChartYMax(runs); - DrawExportText(drawingContext, title, 32, 42, 28, titleBrush, bold: true); + DrawCenteredExportText(drawingContext, title, width / 2d, 24, 28, titleBrush, bold: true); DrawExportGridAndAxes(drawingContext, plot, xMax, yMax, labelBrush, axisTitleBrush, gridPen, minorGridPen, axisPen); for (var index = 0; index < runs.Count; index++)