TdxChartCrosshairOptions.HighlightPoints Property
Specifies if target series points are highlighted.
Declaration
property HighlightPoints: Boolean read; write; default True;
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | True |
|
Remarks
Use the HighlightPoints property to enable or disable the highlight effect for all target series points.
Property Value Examples
| Value | Example[1] |
|---|---|
True (default) |
![]() |
False |
![]() |
Default Value
The HighlightPoints property’s default value is True.
Footnotes
-
These examples demonstrate all
HighlightPointsproperty values for the same XY diagram with three simple Line series under the following conditions:- The SnapToPointMode property is set to NearestToCursor.
- The SnapToSeriesMode property is set to All.
- ArgumentLines.Visible and ValueLines.Visible properties are set to
True. - The ShowArgumentLabels property is set to
False.
See Also

