Skip to main content
All docs
V25.1
  • TdxChartCrosshairLabels.Appearance Property

    Provides access to crosshair label appearance settings.

    Declaration

    property Appearance: TdxChartCrosshairLabelAppearance read; write;

    Property Value

    Type Description
    TdxChartCrosshairLabelAppearance

    Stores Chart crosshair label appearance settings.

    Remarks

    You can use Appearance.FontOptions and Appearance.TextColor properties to customize text appearance in crosshair labels.

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

    See Also