diff --git a/WinFormsApp1/Documents/PdfWithImage.pdf b/WinFormsApp1/Documents/PdfWithImage.pdf index 0910b02..4603a38 100644 Binary files a/WinFormsApp1/Documents/PdfWithImage.pdf and b/WinFormsApp1/Documents/PdfWithImage.pdf differ diff --git a/WinFormsApp1/Documents/PdfWithPieDiagram.pdf b/WinFormsApp1/Documents/PdfWithPieDiagram.pdf index 410d14a..8e2fc28 100644 Binary files a/WinFormsApp1/Documents/PdfWithPieDiagram.pdf and b/WinFormsApp1/Documents/PdfWithPieDiagram.pdf differ diff --git a/WinFormsApp1/Documents/PdfWithTable.pdf b/WinFormsApp1/Documents/PdfWithTable.pdf index e3c4359..77d339a 100644 Binary files a/WinFormsApp1/Documents/PdfWithTable.pdf and b/WinFormsApp1/Documents/PdfWithTable.pdf differ diff --git a/WinFormsApp1/Form1.cs b/WinFormsApp1/Form1.cs index 67dd859..ba071ef 100644 --- a/WinFormsApp1/Form1.cs +++ b/WinFormsApp1/Form1.cs @@ -197,17 +197,17 @@ namespace WinFormsApp1 { FileName = filePath, Title = "Title", - ChartTitle = "OS 2024", + ChartTitle = "Brousers", LegendLocation = MyUserControls.Components.office_package.HelperEnums.PdfDiagramLegendLocation.Bottom, Series = new MyUserControls.Components.office_package.HelperModels.PdfDiagramSeries { - SeriesName = "DesctopOperatingSystemAugust2024", + SeriesName = "Brousers", Data = new Dictionary { - { "Windows", 71.5 }, - { "OS X", 15.5 }, - { "Linux", 4.5 }, - { "Others", 8.5 }, + { "Chrome", 71.5 }, + { "Firefox", 15.5 }, + { "Edge", 4.5 }, + { "Yandex", 8.5 }, } } });