Support Board
Date/Time: Tue, 17 Jun 2025 05:47:30 +0000
Post From: Left side fill space
[2025-05-13 07:13:07] |
Tony - Posts: 594 |
Sorry for replying an old post, I would like to share some new findings after coding with ACSIL for a while, if I understand the OP correctly: 1, Sierra cannot have left side fill space, because sc.ActiveToolIndex is a unsigned integer, if left side fill space existed, then sc.ActiveToolIndex would have negative values. 2, To avoid bars overlay with VbP etc. we just need to set Graph Draw Type to "Blank" and write a subgraph to copy the main graph, and set a displacement for that subgraph. 3, When there are not enough bars on the chart, we can always load more days. Date Time Of Last Edit: 2025-05-13 07:13:20
|