Login Page - Create Account

Support Board


Date/Time: Fri, 31 Jul 2026 18:03:46 +0000



Post From: Subgraph value label no longer renders after recent update to 2919

[2026-06-15 23:47:03]
TriStar Trading - Posts: 198
I assigned the line label directly like this and it worked.

Fuse.LineLabel = LL_DISPLAY_NAME | LL_NAME_ALIGN_CENTER | LL_NAME_ALIGN_FAR_RIGHT |
             LL_DISPLAY_VALUE | LL_VALUE_ALIGN_CENTER | LL_VALUE_ALIGN_RIGHT | LL_VALUE_REVERSE_COLORS_INV;

FWIW? This is the only place I have used this in all my code: |=
See the code above for reference in its use.