This commit is contained in:
Алексей Тихоненков 2024-10-02 19:39:58 +04:00
parent 25627c6bcd
commit 4b23ec76f2

View File

@ -1,16 +1,12 @@
using FormLibrary.HelperClasses; using FormLibrary.HelperClasses;
using MigraDoc.DocumentObjectModel; using MigraDoc.DocumentObjectModel;
using MigraDoc.DocumentObjectModel.Shapes;
using MigraDoc.DocumentObjectModel.Shapes.Charts;
using MigraDoc.Rendering; using MigraDoc.Rendering;
using OxyPlot.Series; using OxyPlot.Series;
using OxyPlot; using OxyPlot;
using System;
using System.Collections.Generic;
using System.ComponentModel; using System.ComponentModel;
using OxyPlot.WindowsForms; using OxyPlot.WindowsForms;
using OxyPlot.Legends; using OxyPlot.Legends;
using OxyPlot.Annotations;
namespace FormLibrary namespace FormLibrary
{ {