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 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