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

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