- ago
This may be a silly question but is there a way to select the size of the Dots when using PlotStyle.Dots (not to be confused with LineStyle.Dotted)? I find the default size too thick.
0
159
1 Replies

Reply

Bookmark

Sort
- ago
#1
I would use PlotTimeSeriesLine instead where you can pick your dot size.

CODE:
      PlotTimeSeriesLine(ratio, "QLD/QID Momentum Ratio", "Ratio", WLColor.Maroon,3,LineStyle.Dotted);
1

Reply

Bookmark

Sort