TdxFcShapeType Enum
Enumerates available chart symbol shapes.
#Declaration
TdxFcShapeType = (
fcsNone,
fcsRectangle,
fcsEllipse,
fcsRoundRect,
fcsDiamond,
fcsNorthTriangle,
fcsSouthTriangle,
fcsEastTriangle,
fcsWestTriangle,
fcsHexagon,
fcsUser,
fcsAdvanced
);
#Members
Name |
---|
fcs
|
fcs
|
fcs
|
fcs
|
fcs
|
fcs
|
fcs
|
fcs
|
fcs
|
fcs
|
fcs
|
fcs
|
#Remarks
Options include:
Value | Shape |
---|---|
fcs |
No shape. |
fcs |
A rectangle. |
fcs |
An ellipse. |
fcs |
A rectangle with rounded angles. |
fcs |
A rhomb. |
fcs |
A triangle that has four positions that correspond its rotation. |
fcs |
A hexagon. |
fcs |
A shape specified by a user. |
fcs |
Switches the chart symbol to the advanced shape mode allowing you to assign XML-based shapes via the chart symbol’s Advanced |
The chart symbol’s ShapeType property references the TdxFcShapeType.