seriesDashStyle

Specifies the line style of area series line.May be solid, or one of the llowing:

'Solid',
'ShortDash',
'ShortDot',
'ShortDashDot',
'ShortDashDotDot',
'Dot',
'Dash',
'LongDash',
'DashDot',
'LongDashDot',
'LongDashDotDot'

seriesSettings: {
    steparea: {
        seriesDashStyle: 'ShortDot'
    }
}

This setting is demonstrated in the following example.