vcl-dxflchrt-b16d1248.md
Enumerates available chart symbol shapes.
TdxFcShapeType = (
fcsNone,
fcsRectangle,
fcsEllipse,
fcsRoundRect,
fcsDiamond,
fcsNorthTriangle,
fcsSouthTriangle,
fcsEastTriangle,
fcsWestTriangle,
fcsHexagon,
fcsUser,
fcsAdvanced
);
| Name |
|---|
fcsNone |
fcsRectangle |
fcsEllipse |
fcsRoundRect |
fcsDiamond |
fcsNorthTriangle |
fcsSouthTriangle |
fcsEastTriangle |
fcsWestTriangle |
fcsHexagon |
fcsUser |
fcsAdvanced |
Options include:
| Value | Shape |
|---|---|
| fcsNone | No shape. |
| fcsRectangle | A rectangle. |
| fcsEllipse | An ellipse. |
| fcsRoundRect | A rectangle with rounded angles. |
| fcsDiamond | A rhomb. |
| fcsNorthTriangle, fcsSouthTriangle, fcsEastTriangle, fcsWestTriangle | A triangle that has four positions that correspond its rotation. |
| fcsHexagon | A hexagon. |
| fcsUser | A shape specified by a user. |
| fcsAdvanced | Switches the chart symbol to the advanced shape mode allowing you to assign XML-based shapes via the chart symbol’s AdvancedShape property. The control displays the chart symbol as a simple rectangle if the AdvancedShape property is nil. |
The chart symbol’s ShapeType property references the TdxFcShapeType.
See Also