Skip to main content

TcxGridChartLineDiagramValues.MarkerSize Property

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

Declaration

property MarkerSize: Integer read; write; default cxGridChartLineDiagramDefaultMarkerSize;

Property Value

Type Default
Integer cxGridChartLineDiagramDefaultMarkerSize

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.

The default value of the MarkerSize property is specified by the cxGridChartLineDiagramDefaultMarkerSize constant.

See Also