Support Board
Date/Time: Wed, 12 Feb 2025 19:11:07 +0000
Post From: DRAWSTYLE_TRANSPARENT_CIRCLE_VARIABLE_SIZE_WITH_BORDER border color?
[2020-10-29 10:25:26] |
User311344 - Posts: 142 |
Hey, How can I set unique border color for each element of a sc.Subgraph[].Data[] array when using DRAWSTYLE_TRANSPARENT_CIRCLE_VARIABLE_SIZE_WITH_BORDER draw style? I set the circle color with: sc.Subgraph[i].DataColor[sc.Index] = RGB(0,0,0);
but how can I set the border color itself to make it match the circle color? Thanks PS: Should I use sc.CombinedForegroundBackgroundColorRef() maybe to combine both colors? If not could you do that so it works like that? Thanks! (EDIT: I just checked, it doesnt work like that). Date Time Of Last Edit: 2020-10-29 10:37:55
|