TdxFcObject.ShapeColor Property
Sets the chart symbol shape color.
Declaration
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