некие сомнения на счет библиотеки...
This commit is contained in:
parent
580a08d48f
commit
25627c6bcd
@ -29,7 +29,6 @@ namespace FormLibrary
|
|||||||
}
|
}
|
||||||
public void CreateHistogramPdf(string filePath, string documentTitle, string chartTitle, LegendPositions legendPosition, List<ChartData> chartData)
|
public void CreateHistogramPdf(string filePath, string documentTitle, string chartTitle, LegendPositions legendPosition, List<ChartData> chartData)
|
||||||
{
|
{
|
||||||
// Проверка входных данных...
|
|
||||||
if (string.IsNullOrEmpty(filePath))
|
if (string.IsNullOrEmpty(filePath))
|
||||||
throw new ArgumentException("Путь к файлу не может быть пустым.");
|
throw new ArgumentException("Путь к файлу не может быть пустым.");
|
||||||
if (string.IsNullOrEmpty(documentTitle))
|
if (string.IsNullOrEmpty(documentTitle))
|
||||||
|
Loading…
Reference in New Issue
Block a user