TdxFcObject.ShapeStyle Property
Specifies the chart symbol shape outline drawing style.
#Declaration
property ShapeStyle: TPenStyle read; write;
#Property Value
Type |
---|
TPen |
#Remarks
Use this property to set the shape line style.
The options include:
Value | Description |
---|---|
ps |
A simple solid line. |
ps |
A dashed line. |
ps |
A dotted line. |
ps |
A dash-dotted line. |
ps |
A dashed line alternating with two dots. |
ps |
Invisible line. |
ps |
This option is deprecated. |
ps |
A reserved value, currently not in use. |
ps |
A reserved value, currently not in use. |
The ShapeStyle property has no effect if the ShapeWidth property value is set to 0.