| ImageEn, unit histogrambox |
|
THistogramMouseInteract
THistogramMouseInteract
Declaration
THistogramMouseInteract = (mhNone, mhSelectValue, mhSelectRange);
Description
What action does the mouse perform:
| Value | Description |
| mhNone | Mouse has no effect |
| mhSelectValue | Clicking/moving the mouse selects a single value on the histogram |
| mhSelectRange | Clicking/moving the mouse selects a range of values on the histogram |
Example
HistogramBox1.MouseInteract := mhSelectRange;
See Also
◼MinSelected
◼MaxSelected
◼OnSelectionChanged