{description}
{excerpt}Specifies the number of [MajorUnits|CategoryAxis.MajorUnit] between axis labels and major tick marks for time-scaled axes.{excerpt}
{signature:C#}
 public int MajorUnitValue{ get; set; }
{signature}{signature:vb.net}
Public Property MajorUnitValue() As Integer
{signature}
{remarks}
For more information, see the remarks in [MajorUnit|CategoryAxis.MajorUnit].

The default value for newly-created charts is 1 day.
{remarks}
{scrollbar}