Login Page - Create Account

Support Board


Date/Time: Tue, 26 Nov 2024 17:30:50 +0000



Post From: GDI w/2551 and study updates (manual vs auto looping implications)

[2023-11-11 17:25:19]
User133994 - Posts: 80
Found one answer to how to display study updates in a GDI drawing:
use sc.GetPersistentIntFromChartStudy() inside the DrawToChart function. Or, I suppose even using an SCInputRef studyToDisplay = sc.Input[1] can work as I've done many times in non-GDI ACSIL studies.

Now, I'm really interested if anyone has any GDI libraries that already know how to use the basics of lines/text/circles/shapes to create bar charts, pie charts, or other fancy reporting UI objects. It would be great to plug and play into SC.

Thanks all.