vcl-dxchartcore-dot-tdxchartcrosshairoptions-f527847c.md
Provides access to value line settings.
property ValueLines: TdxChartCrosshairLines read; write;
| Type | Description |
|---|---|
| TdxChartCrosshairLines |
Stores Chart crosshair line settings.
|
Value lines are crosshair lines that denote target values in an XY diagram. Value lines can be horizontal ( default ) or vertical 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 ValueLines.Visible and ValueLines.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 value labels complement value lines and help users track target series point values if the ShowValueLabels 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