ImageEn, unit histogrambox

THistogramBox.HistogramStyle

THistogramBox.HistogramStyle


Declaration

property HistogramStyle: THistogramStyle;


Description

Specify the styling of the histogram: Solid bars, single lines or filled lines.

Default: hsBars


Example

HistogramBox1.HistogramStyle := hsFilledLines;