ImageEn, unit histogrambox |
|
THistogramBox.HistogramStyle
Declaration
property HistogramStyle: THistogramStyle;
Description
Specify the styling of the histogram: Solid bars, single lines or filled lines.
Default: hsBars
HistogramBox1.HistogramStyle := hsFilledLines;