Back to Devexpress

TdxChartCrosshairLines Class

vcl-dxchartcore-a48367e4.md

latest2.2 KB
Original Source

TdxChartCrosshairLines Class

Stores Chart crosshair line appearance settings.

Declaration

delphi
TdxChartCrosshairLines = class(
    TdxChartVisualElementPersistent
)

Remarks

Argument and value crosshair lines denote target arguments and values in an XY diagram.

Main API Members

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.

Direct TdxChartCrosshairLines Class Reference

The following public API members reference a TdxChartCrosshairLines object:

TdxChartCrosshairOptions.ArgumentLinesProvides access to argument line settings.TdxChartCrosshairOptions.ValueLinesProvides access to value line settings.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxChartVisualElementPersistent TdxChartCrosshairLines

See Also

TdxChartCrosshairLabels Class

TdxChartCrosshairLines Members

dxChartCore Unit