TdxFcObject.ShapeColor Property
In This Article
Sets the chart symbol shape color.
#Declaration
Delphi
property ShapeColor: TColor read; write;
#Property Value
Type |
---|
TColor |
#Remarks
Use this property to assign a fill color to the chart symbol shape. You can customize the color via the FlowChartEditor or at design time.
The ShapeColor property has no effect if the ShapeType property is set to the fcsNone.
See Also