TCustomChart.BackColor
TCustomChart
property BackColor: TColor;
Unit
Chart
Description
The BackColor property is the color the Chart rectangle is filled with.
The Chart rectangle is the screen area between axis.
Setting BackColor to clTeeColor does not fill the above rectangle.
Assigning clTeeColor to Chart TCustomChart.BackColor makes TeeChart to not fill the Chart back area, so Gradient fills and Background Bitmaps can be shown.
This property is equivalent to Chart1.Walls.Back.Color.