Login Page - Create Account

Support Board


Date/Time: Wed, 18 Jun 2025 08:11:32 +0000



Post From: How is ZigZag2 drawing it's lines?

[2025-03-05 18:22:35]
User153286 - Posts: 57
Thank you for that clarification, that greatly helps. I could not figure out how ZigZag was "skipping" bars when the drawing lines.

I now suspect it is skipping bars because of Subgraph_ZigZagLine.DrawZeros = false; that is set in the zigzag code.

I assume if I set the value of a barindex to 0 ( sc.Subgraph[0].Data[barindex] = 0; ) SC will "skip it" when drawing to the screen.

Can you confirm that's what's going on with ZigZag?