Enum SLFilterTypes.TSLDisplayMarkerShape
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: Mitov.BasicLab
Unit: SLFilterTypes
Contents |
Syntax
Delphi:
type TSLDisplayMarkerShape = (msPoint, msCircle, msSquare, msDiamond, msPlus, msCross, msStar, msTriangleUp, msTriangleDown, msTriangleLeft, msTriangleRight, msHLine, msVLine);
C++ Builder:
enum TSLDisplayMarkerShape {msPoint, msCircle, msSquare, msDiamond, msPlus, msCross, msStar, msTriangleUp, msTriangleDown, msTriangleLeft, msTriangleRight, msHLine, msVLine};
Visual C++ (MFC):
enum CTSLDisplayMarkerShape {msPoint, msCircle, msSquare, msDiamond, msPlus, msCross, msStar, msTriangleUp, msTriangleDown, msTriangleLeft, msTriangleRight, msHLine, msVLine};
Summary
Display markers shape enumeration.
Description
Defines the shapes of the display markers.
Values
| msPoint | |
| msCircle | |
| msSquare | |
| msDiamond | |
| msPlus | |
| msCross | |
| msStar | |
| msTriangleUp | |
| msTriangleDown | |
| msTriangleLeft | |
| msTriangleRight | |
| msHLine | |
| msVLine |