Login Page - Create Account

Support Board


Date/Time: Fri, 20 Jun 2025 15:24:23 +0000



Post From: Same values repeated on all bars (should not)

[2022-05-30 20:10:33]
User431178 - Posts: 716

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