ImageEn, unit histogrambox

THistogramBox.MouseInteract

THistogramBox.MouseInteract

Declaration

property MouseInteract: THistogramMouseInteract;

Description

Specify what effect the mouse has on the component.

Default: mhNone

Example

// Allow the user to select a value on the histogram
HistogramBox1.MouseInteract := mhSelectValue;

See Also

MinSelected
MaxSelected
SelectionColor