ImageEn, unit histogrambox

THistogramBox.Scale

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

Example

// Improve range of histogram display
HistogramBox1.Scale := iehsLinearClipped;