minorPlotStripDashStyle

Specifies the line style of the minor tick lines. Possible values are:

  • Solid (default)
  • ShortDash
  • ShortDot
  • ShortDashDot
  • ShortDashDotDot
  • Dot
  • Dash
  • LongDash
  • DashDot
  • LongDashDot
  • LongDashDotDot
axisY: {   
    minorPlotStripDashStyle: 'ShortDot'
}

This setting is demonstrated in the following example.