Back to Devexpress

TdxFcObject.ShapeStyle Property

vcl-dxflchrt-dot-tdxfcobject-42c4fb6c.md

latest1.1 KB
Original Source

TdxFcObject.ShapeStyle Property

Specifies the chart symbol shape outline drawing style.

Declaration

delphi
property ShapeStyle: TPenStyle read; write;

Property Value

Type
TPenStyle

Remarks

Use this property to set the shape line style.

The options include:

ValueDescription
psSolidA simple solid line.
psDashA dashed line.
psDotA dotted line.
psDashDotA dash-dotted line.
psDashDotDotA dashed line alternating with two dots.
psClearInvisible line.
psInsideFrameThis option is deprecated.
psUserStyleA reserved value, currently not in use.
psAlternateA reserved value, currently not in use.

The ShapeStyle property has no effect if the ShapeWidth property value is set to 0.

See Also

TdxFcObject Class

TdxFcObject Members

dxflchrt Unit