namespace RobotNet.WebApp.Charts.Models.BarChart.Axes; public class ChartAxesTicksMajor { /// /// If , major ticks are generated. A major tick will affect auto skipping and major will be defined /// on ticks in the scriptable options context. /// public bool Enabled { get; set; } = false; }