Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

It looks like the exHistogramNoGrouping is not working when using the exHistogramCheckedItems in the HistogramView property. What am I doing wrong?

doing looks Property working wrong
0
Posted

It looks like the exHistogramNoGrouping is not working when using the exHistogramCheckedItems in the HistogramView property. What am I doing wrong?

0

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

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123