Back to Devexpress

TdxChartCustomAxis.CrosshairLabels Property

vcl-dxchartxydiagram-dot-tdxchartcustomaxis-6aca0164.md

latest1.8 KB
Original Source

TdxChartCustomAxis.CrosshairLabels Property

Provides access to crosshair label settings.

Declaration

delphi
property CrosshairLabels: TdxChartCrosshairAxisLabels read; write;

Property Value

TypeDescription
TdxChartCrosshairAxisLabels

Stores crosshair axis label settings.

|

Remarks

Crosshair argument and value axis labels complement crosshair lines and display arguments and values that correspond to crosshair line positions within the XY diagram area.

Use CrosshairLabels.Appearance and CrosshairLabels.TextFormat properties to customize general label appearance settings and apply a formatting pattern to crosshair labels.

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

See Also

TdxChartCrosshairOptions.ShowArgumentLabels Property

TdxChartCrosshairOptions.ShowValueLabels Property

TdxChartCustomAxis.ValueLabels Property

TdxChartCustomAxis Class

TdxChartCustomAxis Members

dxChartXYDiagram Unit