Back to Devexpress

TdxFcObject.EdgeStyle Property

vcl-dxflchrt-dot-tdxfcobject-3f6969d7.md

latest1.4 KB
Original Source

TdxFcObject.EdgeStyle Property

Specifies the border style for the rectangular chart symbol.

Declaration

delphi
property EdgeStyle: Word read; write;

Property Value

Type
Word

Remarks

Use this property together to the BorderStyle to set the inner and outer edge style of the rectangular chart symbol.

The EdgeStyle property has an effect if the chart symbol’s ShapeType property is set to the fcsRectangle.

The inner-border flags are as follows:

BDR_RAISEDINNERRaised inner edge.
BDR_SUNKENINNERSunken inner edge.

The outer-border flags are as follows:

BDR_RAISEDOUTERRaised outer edge.
BDR_SUNKENOUTERSunken outer edge.

Alternatively, the edge parameter can specify one of the following flags:

EDGE_BUMPCombination of BDR_RAISEDOUTER and BDR_SUNKENINNER.
EDGE_ETCHEDCombination of BDR_SUNKENOUTER and BDR_RAISEDINNER.
EDGE_RAISEDCombination of BDR_RAISEDOUTER and BDR_RAISEDINNER.
EDGE_SUNKENCombination of BDR_SUNKENOUTER and BDR_SUNKENINNER.

See Also

TdxFcObject Class

TdxFcObject Members

dxflchrt Unit