Support Board
Date/Time: Sun, 29 Dec 2024 16:07:16 +0000
Post From: question on sc.Subgraph[].DataColor[] for GDT_POINT_AND_FIGURE_BARS
[2016-05-05 15:55:51] |
@sstfrederik - Posts: 404 |
When manually changing the primary color of the High in a pnf chart I see the color change. Would like to use a secondary color in ACSIL to do the same. I used the point and figure study form studies8.cpp. I did some very basic testing and it does not seem to work. Am I missing something? in sc.SetDefaults added: sc.GraphUsesChartColors = 0;// High.SecondaryColor = RGB(0,0,255);// High.SecondaryColorUsed = true;// In the main loop I added: High.DataColor[OutputIndex] = High.SecondaryColor; // |