ImageEn, unit histogrambox

THistogramBox.Background

THistogramBox.Background


Declaration

property Background: TColor;


Description

Specify the background color.

Note:
 To change the color of the font and grid use Font.Color
 If a standard color, such as clWindow is used, it may be overridden by VCL theming colors. Set EnableTheming to false to prevent this

Default: clWhite


Example

// Make colors support theming
HistogramBox1.Background     := clBtnFace;
HistogramBox1.GrayColor      := clWindowText;
HistogramBox1.Font.Color     := clWindowText;