TTMSFNCChartSerieMarkerShape Enumeration
Specifies the shape drawn at each data point marker.
API unit family: TMSFNCChart
Members
| Name | Description |
|---|---|
msEllipse |
Circular or elliptical marker (default). |
msSquare |
Square marker. |
msDiamond |
Diamond marker. |
msTriangle |
Upward-pointing triangle marker. |
msBitmap |
Bitmap image marker; assign Markers.Bitmap and set Width/Height. |
msCustom |
Fully custom-drawn marker; handle OnBeforeDrawSeriePoint and set ADefaultDraw := False. |