ImageEn, unit histogrambox |
|
THistogramBox.Scale
Declaration
property Scale: THistogramScale;
Description
Specify the histogram plot scale.
Use iehsLinearClipped or iehsLogarithmic on images with a heavy background color, which may create flat histograms.
Default: iehsLinear
// Improve range of histogram display
HistogramBox1.Scale := iehsLinearClipped;