IChart.DisplayHistogramm

Syntax

DisplayHistogramm: Boolean;

Description

The Displaybar chartm property determines whether a frequency chart is displayed.

Comments

If this property is set to True, the graph displays a frequency chart; if this property is set to False, a frequency chart is not displayed.

The property is set to False by default.

Displaying as a frequency chart is available for all types of charts except for pie chart, radar chart, stock chart, and bar chart with fluctuation intervals.

To determine frequency chart parameters, use the IChart.HistogrammInfo property.

Example

The example of use is given in the IChart.HistogrammInfo property.

See also:

IChart