Skip to main content
All docs
V23.2

TdxChartCrosshairLines.Appearance Property

Provides access to crosshair line appearance settings.

Declaration

property Appearance: TdxChartCrosshairLineAppearance read; write;

Property Value

Type Description
TdxChartCrosshairLineAppearance

Stores Chart crosshair line appearance settings.

Remarks

Use Visible and Appearance.StrokeOptions properties to hide or display crosshair lines and customize their appearance.

Refer to the TdxChartCrosshairLineAppearance class description for detailed information on all available options.

See Also