TdxChartCrosshairStickyLines Enum
Enumerates crosshair line display modes.
#Declaration
TdxChartCrosshairStickyLines = (
None,
SingleAxis,
Crosshair
);
#Members
Name | Description | Example |
---|---|---|
None
|
Argument and value crosshair lines always follow the mouse pointer as a crosshair. This mode is compatible with all possible Snap |
|
Single
|
Default. Argument or value lines stick to target series points if the Snap The Sticky |
|
Crosshair
|
Both argument and value crosshair lines snap to target series points if the Snap This mode is compatible with all possible Snap |
#Remarks
Different crosshair line display modes allow you to change what crosshair lines snap to target series points.
Note
Tdx
is a scoped enumeration type. Use the type name together with a scope resolution token (.
in Delphi or ::
in C++Builder) followed by an enumeration value to refer to this value. For example, use Tdx
(in Delphi) or Tdx
(in C++Builder) to refer to the Nearest
value in code.
#Direct TdxChartCrosshairStickyLines Type Reference
The TdxChartCrosshairOptions.StickyLines property references the TdxChartCrosshairStickyLines
type.