更新
This commit is contained in:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user