Summary
A mixed line / dot style is used to render the line: - . - . - .
Syntax
LineStyle.LinesDots
Example 1
[Output("LinesDots", LineStyle = LineStyle.LinesDots)] public IndicatorDataSeries outputLinesDots { get; set; }
LineStyle.LinesDots
[Output("LinesDots", LineStyle = LineStyle.LinesDots)] public IndicatorDataSeries outputLinesDots { get; set; }