Skip to main content
All docs
V23.2

TdxChartCrosshairOptions.ArgumentLines Property

Provides access to argument line settings.

Declaration

property ArgumentLines: TdxChartCrosshairLines read; write;

Property Value

Type Description
TdxChartCrosshairLines

Stores Chart crosshair line settings.

Remarks

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.

VCL Chart Control: Argument Crosshair Lines

ArgumentLines and ValueLines properties allow you to independently configure argument and value crosshair lines.

Argument Line Settings

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.

Argument Lines and Axis Argument Labels

Axis argument labels complement argument lines and help users track target series point arguments if the ShowArgumentLabels property is set to True.

VCL Chart Control: Argument Crosshair Axis Labels are Visible

Tip

You can display any crosshair lines and labels in any combination.

See Also