Login Page - Create Account

Support Board


Date/Time: Wed, 15 Jan 2025 15:57:42 +0000



Post From: subgrapg drawing

[2017-07-30 20:21:56]
jizzary - Posts: 177
SCSubgraphRef   my_sg = sc.Subgraph[0];


SetDefaults block
my_sg.Name = "xxxxx";
my_sg.DrawStyle = DRAWSTYLE_BAR;
my_sg.PrimaryColor = RGB(166, 123, 11);
my_sg.LineWidth = 4;
my_sg.DrawZeros = 1;

on every bar
my_sg.Data[sc.Index] = 0;

but: no draw appears ... what have I done wrong ?

pls assist. tnx

-------------------------------

You need to understand that I'm asking if I can't find a solution by myself. I'm trying to waste your time
but there is a limit to the time I can put on tries. see my code above ? it doesn't draw zeros. can't figure out why
this may be known only to whom developed the platform. I hope I made myself clear. tnx for understanding
Date Time Of Last Edit: 2017-07-30 21:35:00