Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridChartLineDiagramValues.MarkerSize Property

Specifies the size (in pixels) of a value marker.

#Declaration

Delphi
property MarkerSize: Integer read; write; default cxGridChartLineDiagramDefaultMarkerSize;

#Property Value

Type Default Description
Integer cxGridChartLineDiagramDefaultMarkerSize

The value marker size, in pixels.

#Remarks

Use this property to adjust the width of a square zone centered on the value point in which the value marker is displayed. Note that the MarkerSize property value is also used as the minimum width of value hotspot areas. Refer to the HotSpotSize property description for additional information.

The MarkerSize property automatically updates by multiplying its current value by the DPI-aware form’s scaling factor every time it changes.

#Default Value

The MarkerSize property’s default value is cxGridChartLineDiagramDefaultMarkerSize.

See Also