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.HotSpotSize Property

Specifies the width (in pixels) of a value hotspot area in a chart diagram.

#Declaration

Delphi
property HotSpotSize: Integer read; write; default cxGridChartLineDiagramDefaultHotSpotSize;

#Property Value

Type Default Description
Integer cxGridChartLineDiagramDefaultHotSpotSize

The width of a value hotspot area, in pixels.

#Remarks

Use this property to adjust the hotspot area width. Note that regardless of the HotSpotSize property value, the actual hotspot area width is always sufficient to fit a value marker whose width is specified by the MarkerSize property. Call the GetHotSpotSize function to obtain the actual hotspot area width.

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

#Default Value

The HotSpotSize property’s default value is cxGridChartLineDiagramDefaultHotSpotSize.

See Also