TdxFcObject.BkColor Property
Specifies the chart symbol background color.
Declaration
property BkColor: TColor read; write;
Property Value
Type |
---|
TColor |
Remarks
Use this property to set the fill color of the chart symbol’s shape. The BkColor property has no visual effect if the chart symbol’s:
Transparent property is True;
ShapeType property value is fcsNone.
You can customize the chart symbol background color in the design-time editor.
See Also