Skip to main content
All docs
V25.1
  • TdxChartCrosshairLabels Class

    Stores Chart crosshair label settings.

    Declaration

    TdxChartCrosshairLabels = class(
        TdxChartVisualElementPersistent
    )

    Remarks

    A crosshair label displays information on target series and their points.

    VCL Chart Control: A Crosshair Label Example

    Main API Members

    The list below outlines key members of the TdxChartCrosshairLabels class that allow you to customize crosshair labels in the Chart control.

    Visible
    Hides or displays a crosshair label.
    Appearance
    Provides access to crosshair label appearance settings.
    Assign
    Copies crosshair label settings between Chart controls.

    Direct TdxChartCrosshairLabels Class Reference

    The TdxChartCrosshairOptions.Labels property references a TdxChartCrosshairLabels object.

    See Also