vcl-dxchartxydiagram-81e1bcdc.md
Stores crosshair axis label settings.
TdxChartCrosshairAxisLabels = class(
TdxChartVisualElementPersistent
)
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.
You can use a Chart control’s ToolTips.CrosshairOptions.ShowArgumentLabels and ToolTips.CrosshairOptions.ShowValueLabels properties to independently hide or display crosshair argument and value axis labels.
The list below outlines key members of the TdxChartCrosshairAxisLabels class that allow you to customize crosshair axis labels.
AppearanceAllows you to customize font and background appearance settings of crosshair axis labels.TextFormatApplies a formatting pattern to crosshair axis labels. Custom formatting patterns are particularly useful for crosshair axis labels that correspond to crosshair lines that do not snap to series points.AssignCopies crosshair axis label settings between XY diagrams.
The TdxChartCustomAxis.CrosshairLabels property references a TdxChartCrosshairAxisLabels object.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxChartVisualElementPersistent TdxChartCrosshairAxisLabels
See Also
TdxChartCrosshairOptions Class