некие сомнения на счет библиотеки...

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

View File

@ -29,7 +29,6 @@ namespace FormLibrary
}
public void CreateHistogramPdf(string filePath, string documentTitle, string chartTitle, LegendPositions legendPosition, List<ChartData> chartData)
{
// Проверка входных данных...
if (string.IsNullOrEmpty(filePath))
throw new ArgumentException("Путь к файлу не может быть пустым.");
if (string.IsNullOrEmpty(documentTitle))