Support Board
Date/Time: Sat, 11 Jan 2025 17:36:53 +0000
Post From: Setting sc.Subgraph[].TextDrawStyleText dynamically
[2016-12-10 19:02:24] |
Sierra Chart Engineering - Posts: 104368 |
Yes you definitely can. If this is not working properly, then it is because there is a problem in your code. We verified this can be changed at any time just by assigning a new text string. It is simple as that. Here is the test we put together: SCString NumberString;
NumberString.Format("%u", sc.Index); SecondSubgraph.TextDrawStyleText = NumberString; SecondSubgraph[sc.Index] = sc.Close[sc.Index]; Sierra Chart Support - Engineering Level Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy: https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service: Sierra Chart Teton Futures Order Routing |