Back to Devexpress

TdxChartCrosshairOptions.ArgumentLines Property

vcl-dxchartcore-dot-tdxchartcrosshairoptions-dca2a29e.md

latest2.6 KB
Original Source

TdxChartCrosshairOptions.ArgumentLines Property

Provides access to argument line settings.

Declaration

delphi
property ArgumentLines: TdxChartCrosshairLines read; write;

Property Value

TypeDescription
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.

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.

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

TdxChartCrosshairOptions Members

dxChartCore Unit