TdxChartToolTips.CrosshairOptions Property
Provides access to Crosshair Cursor settings.
Declaration
property CrosshairOptions: TdxChartCrosshairOptions read; write;
Property Value
Type | Description |
---|---|
TdxChartCrosshairOptions | Stores Crosshair Cursor settings. |
Remarks
Crosshair Cursor allows users to obtain additional information on one or more series points based on the mouse pointer position.
Use CrosshairOptions
.SnapToSeriesMode, CrosshairOptions
.SnapToPointMode, CrosshairOptions
.SnapToOutRangePoints, and CrosshairOptions
.StickyLines properties to configure crosshair navigation behavior and target series point selection.
Refer to the TdxChartCrosshairOptions class description for detailed information on all available options.
Related Compiled Demo
To see the Crosshair Cursor functionality in action, run the Chart Control demo in the VCL Demo Center installed with compiled VCL DevExpress demos. Hover the mouse pointer over line series in the XY diagram area to display a crosshair label with additional information on target series points.
Tip
You can find full source code for the installed compiled Chart control demo in the following folder:
%PUBLIC%\Documents\DevExpress VCL Demos\MegaDemos\Product Demos\ExpressChart
Limitations
Simple diagrams do not support the Crosshair Cursor mode because it is designed for use in a two-dimensional Cartesian coordinate system.