MCPcopy Create free account
hub / github.com/TraderOracle/ATAS / LineOverload

Method LineOverload

LineOverload/LineOverload.cs:68–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66 Color cDefault = Color.White;
67
68 public LineOverload() :
69 base(true)
70 {
71 EnableCustomDrawing = true;
72 DenyToChangePanel = true;
73 SubscribeToDrawingEvents(DrawingLayouts.Historical);
74 }
75 #endregion
76
77 #region SETTINGS

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected