constants HistogramTypeEnum
The HistogramTypeEnum type specifies the types of the histogram that currently the control supports. Use the HistogramType property to specify the histogram-graph to be displayed for a specified type of bar. 

Changes the HistogramPattern or/and HistogramColor property, else no bars will be shown in the histogram. 

Use the HistogramBorderColor property to define the color to draw the frame arround the histogram from rectangular patterns, or the color to show the curve, when non-rectangular values are used for HistogramPattern property. The HistogramBorderSize property defines the size of the curve when showing in the histogram. Use the ResizeScaleUnit property to refine the histogram based on the resizing unit. Use the HistogramCriticalValue property to define a critical value.  Use the HistogramCriticalColor property to define the color to show the values in the histogram greater than critical values. Use the HistogramRulerLinesColor property to specify the color to show the ruler in the left part of the histogram.


NameValueDescription
exHistOverload0  

The histogram shows the overloads and subloads of your current planning situation.  The histogram- graph shows the count of specified tasks day by day, or unit by unit. Use the HistogramItems property to specify the number of items being displayed in the histogram. Use the HistogramGridLinesColor property to specify the color to show the grid lines in the histogram. 

 

exHistOverAllocation1  

The histogram shows in percents, the over-allocations of your current planning situation using the effort of the task divided by the length of the task (effort/length). The exHistOverAllocation flag can be combined with exHistOverAllocationFixed or exHistOverAllocationMultiply. The work-load for a task is computed as exBarEffort / length of the bar. The work-load for the task is the work effort / task duration. (i.e. If  item.exBarEffort = 1 and bar's length is 10 days, then the work-load = 0.1 or 10%). The histogram- graph shows the sum of the work-loads (the work-load of each task item is added, unit by unit).

 

exHistCumulative256  

The bars in the histogram shows cumulative colors. The exHistCumulative can be applied to exHistOverload and exHistOverAllocation values. For instance, the exHistOverAllocation  + exHistCumulative defines a cumulative histogram for exHistOverAllocation  type. The HistogramCumulativeColors property defines the number of colors being displayed in the cumulative histogram.  The HistogramCumulativeColor property specifies a cumulative color based on its index. Use the HistogramCumulativeShowLegend property to specify whether the index of the column being shown in the left side of the histogram to show the legend of the colors being used for cumulative bars. The HistogramPattern property should not be a curve, in order to show a cumulative histogram, in other words should be a predefined pattern.  You can change the original color of the bars that generates the cumulative histogram using the HistogramCumulativeOriginalColorBars property. 

The following screen shot shows the bars using the original color in the items that generates the histogram (when HistogramCumulativeOriginalColorBars property is -1 ( True ), by default ). All bars in the same item does not change their color, instead the reflection of the bar in the histogram gets a cumulative color.

The following screen shot shows the bars that generates the cumulative histogram using cumulative colors when HistogramCumulativeOriginalColorBars property is 0 ( False ). All bars in the same item gets a cumulative color.

The following screen shot shows the bars that generates the cumulative histogram using cumulative colors when HistogramCumulativeOriginalColorBars property is 1 ( exKeepOriginalColor ). The bars keeps their original color in the histogram. 

 

 

exHistOverAllocationFixed512 The histogram shows in percents, the over-allocations of your current planning situation using the effort of the task (effort). The exHistOverAllocationFixed can be combined with the exHistOverAllocation flag only.
exHistOverAllocationMultiply1024 The histogram shows in percents, the over-allocations of your current planning situation using the effort of the task multiplied by the length of the task (effort * length). The exHistOverAllocationFixed can be combined with the exHistOverAllocation flag only.