Back to Devexpress

TdxChartCrosshairLineAppearance Class

vcl-dxchartcore-567b1a76.md

latest2.2 KB
Original Source

TdxChartCrosshairLineAppearance Class

Stores general appearance settings of Chart crosshair lines.

Declaration

delphi
TdxChartCrosshairLineAppearance = class(
    TdxChartVisualElementAppearance
)

Remarks

General appearance settings allow you to customize crosshair line appearance.

Main API Members

The list below outlines key members of the TdxChartCrosshairLineAppearance class. These members allow you to customize crosshair line appearance.

Appearance Settings

StrokeOptionsProvides access to crosshair color, width, and line pattern settings.

General-Purpose API Members

AssignCopies line appearance settings between argument and value crosshair lines or between different Chart controls.BeginUpdate | EndUpdate | CancelUpdateAllow you to avoid excessive redraw operations during batch crosshair line appearance changes.

Direct TdxChartCrosshairLineAppearance Class Reference

The TdxChartCrosshairLines.Appearance property references a TdxChartCrosshairLineAppearance object.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TdxChartVisualElementAppearance TdxChartCrosshairLineAppearance

See Also

TdxChartCrosshairLineAppearance Class

TdxChartCrosshairLineAppearance Members

dxChartCore Unit