| ImageEn, unit histogrambox |
|
THistogramBox.SelectionColor
Declaration
property SelectionColor: TColor;
Description
Specify the color of the selection line/box if you have enabled mouse interaction.
Default: clRed
Example
HistogramBox1.MouseInteract := mhSelectRange;
HistogramBox1.SelectionColor := clYellow;
See Also
◼MouseInteract