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

    Stores crosshair axis label appearance settings.

    Declaration

    TdxChartCrosshairAxisLabelAppearance = class(
        TdxChartVisualElementAppearance
    )

    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.

    VCL Chart Control: Crosshair Argument and Value Axis Labels

    Main API Members

    The list below outlines key members of the TdxChartCrosshairAxisLabels class. These members allow you to customize general appearance settings of crosshair axis labels.

    Appearance Settings

    FillOptions
    Provides access to label background fill settings.
    FontOptions | TextColor
    Allow you to customize label font appearance.

    General-Purpose API Members

    Assign
    Copies general axis label appearance settings between XY diagrams.
    BeginUpdate | EndUpdate | CancelUpdate
    Allow you to avoid excessive redraw operations during batch appearance setting changes.

    Direct TdxChartCrosshairAxisLabelAppearance Class Reference

    The TdxChartCrosshairAxisLabels.Appearance property references a TdxChartCrosshairAxisLabelAppearance object.

    See Also