Support Board
Date/Time: Thu, 13 Mar 2025 01:16:25 +0000
Post From: Same values repeated on all bars (should not)
[2022-05-30 20:10:33] |
User431178 - Posts: 613 |
When you use DRAWSTYLE_TEXT this means the specified text is drawn at each bar/column in the chart at the value specified in the corresponding Subgraph Data element. The actual text is specifed with sc.Subgraph[].TextDrawStyleText. The font height is specified through sc.Subgraph[].LineWidth. If sc.Subgraph[].DrawZeros is 0, and the sc.Subgraph Data element for a bar/column in the chart is set to zero, no text will be drawn. ACSIL Interface Members - sc.Subgraph Array: sc.Subgraph[].DrawStyle Maybe look at custom value at Y? Date Time Of Last Edit: 2022-05-30 20:11:27
|