namespace RobotNet.WebApp.Charts.Models.RadarChart.Axis; public class RadarScale { public RadarAxis X { get; set; } = new(); }