Skip to main content

TcxGridChartLineDiagramValues.HotSpotSize Property

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

Declaration

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