It looks like the exHistogramNoGrouping is not working when using the exHistogramCheckedItems in the HistogramView property. What am I doing wrong?
When using the exHistogramCheckedItems you must include exHistogramUnlockedItems, exHistogramLockedTopItems or exHistogramLockedBottomItems value. The following C# sample shows the histogram with no grouping, for all items checked on the second column: exg2antt1.Chart.HistogramView = (exontrol.EXG2ANTTLib.HistogramViewEnum)(exontrol.EXG2ANTTLib.HistogramViewEnum.exHistogramNoGrouping | exontrol.EXG2ANTTLib.HistogramViewEnum.exHistogramCheckedItems | exontrol.EXG2ANTTLib.HistogramViewEnum.exHistogramUnlockedItems + 0x10000 ); The 0x10000 indicates the column with the index 1, so the second column.
Related Questions
- It looks like the exHistogramNoGrouping is not working when using the exHistogramCheckedItems in the HistogramView property. What am I doing wrong?
- My Rē looks like it’s working, but devices aren’t responding anymore. What could be wrong?
- The keesoft swap member code isn working. Am I doing something wrong?