Back to Devexpress

TdxFcShapeType Enum

vcl-dxflchrt-b16d1248.md

latest1.6 KB
Original Source

TdxFcShapeType Enum

Enumerates available chart symbol shapes.

Declaration

delphi
TdxFcShapeType = (
    fcsNone,
    fcsRectangle,
    fcsEllipse,
    fcsRoundRect,
    fcsDiamond,
    fcsNorthTriangle,
    fcsSouthTriangle,
    fcsEastTriangle,
    fcsWestTriangle,
    fcsHexagon,
    fcsUser,
    fcsAdvanced
);

Members

Name
fcsNone
fcsRectangle
fcsEllipse
fcsRoundRect
fcsDiamond
fcsNorthTriangle
fcsSouthTriangle
fcsEastTriangle
fcsWestTriangle
fcsHexagon
fcsUser
fcsAdvanced

Remarks

Options include:

ValueShape
fcsNoneNo shape.
fcsRectangleA rectangle.
fcsEllipseAn ellipse.
fcsRoundRectA rectangle with rounded angles.
fcsDiamondA rhomb.
fcsNorthTriangle, fcsSouthTriangle, fcsEastTriangle, fcsWestTriangleA triangle that has four positions that correspond its rotation.
fcsHexagonA hexagon.
fcsUserA shape specified by a user.
fcsAdvancedSwitches 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

dxflchrt Unit