funk101
05-06-2007, 08:14 AM
Where do I create my "Custom" so DashStyle can use it? Understand my question?
funk101
05-06-2007, 08:25 AM
My line:
Add(new Line(new Pen(Color.DarkRed, 4), 0, "Zeroline"));
Lines[0].Pen.DashStyle = DashStyle.Dot;
Setting the "DashStyle" -> Intellisense gives you some selections:
Dot, DashDot, etc. one of the options is "Custom" I'm thinking that means you can design your own? Where can I read about this?
NinjaTrader_Dierk
05-06-2007, 08:34 AM
I see. This is beyond the scope of what we can support. However, you may want to browse the web for further information, e.g. http://www.devx.com/dotnet/Article/32848