Table of Contents

TTMSFNCChartSerieMarkers Class

Controls the visibility, shape, size, fill, and stroke of data point markers in a series.

API unit family: TMSFNCChart Inherits from: TPersistent

Syntax

TTMSFNCChartSerieMarkers = class(TPersistent)

Properties

Name Description
Bitmap Image used as the marker when Shape is msBitmap.
Fill Fill settings for marker shapes that have an interior (ellipse, square, diamond, triangle).
Height Marker height in pixels; also controls bitmap marker height when Shape is msBitmap.
Shape Shape drawn at each data point.
Stroke Stroke settings for marker borders.
Visible When True, markers are drawn at each data point; when False, no markers are shown.
Width Marker width in pixels; also controls bitmap marker width when Shape is msBitmap.

Methods

Name Description
Chart Returns the owning chart instance.
Serie Returns the series associated with this settings object.