Support Board
Date/Time: Sun, 24 Nov 2024 05:08:12 +0000
Post From: DRAWSTYLE_TRANSPARENT_TEXT_WITH_ALIGNMENT - TA_LEFT
[2024-07-01 14:46:36] |
User462086 - Posts: 196 |
From the documentation: "Text alignment can be optionally controlled through the sc.Subgraph[].Arrays[0][] array. Can be one of: TA_LEFT..." ACSIL Interface Members - sc.Subgraph Array: sc.Subgraph[].DrawStyle After trying "sc.Subgraph[sg].Arrays[0][sc.ArraySize-1] = TA_LEFT", and even setting all bar indexes to TA_LEFT, the text still plots center aligned. How is this done? |