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