how can I make this line a dot style or a dash dot style?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
AddPlot: HLine
Collapse
X
-
AddPlot: HLine
I'm using AddPlot to add a PlotStyle.HLine
how can I make this line a dot style or a dash dot style?Tags: None
-
Hello NinjaCustomer,
Thanks for your post.
Within the AddPlot() you can create a new stroke with the DashStyleHelper overload.
For example:
AddPlot(new Stroke(Brushes.Red, DashStyleHelper.Dot, 2), PlotStyle.HLine, "Test");
References:
Plot: https://ninjatrader.com/support/help...s/?addplot.htm
Stroke: https://ninjatrader.com/support/help...roke_class.htm
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
44 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
54 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
34 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
95 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
57 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment