using System; namespace Selector.Web; public class ChartEntry { public string Name { get; set; } public int Value { get; set; } }