Support Board
Date/Time: Mon, 03 Feb 2025 17:19:26 +0000
Post From: Seems that setting of s_NumericInformationGraphDrawTypeConfig.HideLabels is ignored
[2019-11-09 17:46:01] |
User972768 - Posts: 166 |
Hello SC Support, I'm coding my Custom study and came across strange behaviour. It seems that any value assigned to s_NumericInformationGraphDrawTypeConfig.HideLabels is ignored and always stays as TRUE. Could you please check it? Just for reference, I'm on v2007 of Sierra and here is the snippet of my code: s_NumericInformationGraphDrawTypeConfig table_draw_config; table_draw_config.HideLabels = HideLabels.GetBoolean(); sc.SetNumericInformationGraphDrawTypeConfig(table_draw_config); And one more question related to the Numeric Information Table Draw Type. It is not clear from provided example how to work with Range Colors and related Threshold Percentages. Do I just initialize s_NumericInformationGraphDrawTypeConfig structure once when sc.Index == 0 and the rest is done automatically? Or should I provide some coloring-related code to assign background color to current cell in the section like: for (int i = sc.UpdateStartIndex; i < sc.ArraySize; i++) {} Thanks and best regards Date Time Of Last Edit: 2019-11-09 19:55:18
|