{description}
{excerpt}Returns a [ChartLine|ChartLine] object representing the minor gridlines of the axis. Gridlines extend from the tick marks on an axis across the chart's plot area.{excerpt}
{signature:C#}
 public ChartLine MinorGridline{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property MinorGridline() As ChartLine
{signature}
{scrollbar}