using ShabComponentsLibrary.Enums; namespace ShabComponentsLibrary.OfficePackage.HelperModels { internal class PdfChartParameters { public Dictionary Data = new(); public string Title = string.Empty; public LegendPosition LegendPosition = LegendPosition.Bottom; } }