vcl-dxchartcore-dot-tdxchartcrosshairoptions-dca2a29e.md
Provides access to argument line settings.
property ArgumentLines: TdxChartCrosshairLines read; write;
| Type | Description |
|---|---|
| TdxChartCrosshairLines |
Stores Chart crosshair line settings.
|
Argument lines are crosshair lines that denote target arguments in an XY diagram. Argument lines can be vertical ( default ) or horizontal depending on an XY diagram’s Rotated property value.
ArgumentLines and ValueLines properties allow you to independently configure argument and value crosshair lines.
You can use ArgumentLines.Visible and ArgumentLines.Appearance properties to hide or display argument crosshair lines and customize their appearance settings.
Refer to the TdxChartCrosshairLines class description for detailed information on all available options.
Axis argument labels complement argument lines and help users track target series point arguments if the ShowArgumentLabels property is set to True.
Tip
You can display any crosshair lines and labels in any combination.
See Also
TdxChartCrosshairOptions.SnapToOutRangePoints Property
TdxChartCrosshairOptions.SnapToPointMode Property
TdxChartCrosshairOptions.SnapToSeriesMode Property
TdxChartCrosshairOptions.StickyLines Property
TdxChartCrosshairOptions Class