vcl-dxchartcore-a48367e4.md
Stores Chart crosshair line appearance settings.
TdxChartCrosshairLines = class(
TdxChartVisualElementPersistent
)
Argument and value crosshair lines denote target arguments and values in an XY diagram.
The list below outlines key members of the TdxChartCrosshairLines class that allow you to customize crosshair lines in the Chart control.
VisibleHides or displays argument or value crosshair lines.AppearanceProvides access to crosshair line appearance settings.AssignCopies crosshair line settings between Chart or between argument and value crosshair lines.
The following public API members reference a TdxChartCrosshairLines object:
TdxChartCrosshairOptions.ArgumentLinesProvides access to argument line settings.TdxChartCrosshairOptions.ValueLinesProvides access to value line settings.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxChartVisualElementPersistent TdxChartCrosshairLines
See Also