![]() | Type | Description | ||
| PatternEnum | A PatternEnum expression that specifies the pattern to be used to display the bar in the histogram |
Please follow the steps in order to view your bars in the histogram.
)The followings are optional properties that you can set in order to customize your histogram:
If the HistogramPattern property is a predefined value, the PatternEnum type specifies the shape of the histogram as shown bellow ( exPatternDot, exPatternBox and exPatternEmpty ):


If the HistogramPattern is 256 plus a predefined PatternEnum value, the histogram shows like follows ( in this case the HistogramPattern property is 256 + exPatternVertical = 264 ):


If the HistogramPattern property is 1024, the round curves shows the overloads and subloads of the bar in the specified range of data as follows:

Bellow you can find how histogram is updated automatically as soon as the user moves or resizes a bar:

Use the HistogramVisible property to show or hide the histogram. Use the HistogramHeight property to specify at runtime the height of the histogram.

