Skip to main content
All docs
V25.1
  • DevExpress v25.1 Update — Your Feedback Matters

    Our What's New in v25.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

    Take the survey Not interested

    TdxChartCrosshairLineAppearance Class

    Stores general appearance settings of Chart crosshair lines.

    #Declaration

    Delphi
    TdxChartCrosshairLineAppearance = class(
        TdxChartVisualElementAppearance
    )

    #Remarks

    General appearance settings allow you to customize crosshair line appearance.

    #Main API Members

    The list below outlines key members of the TdxChartCrosshairLineAppearance class. These members allow you to customize crosshair line appearance.

    #Appearance Settings

    StrokeOptions
    Provides access to crosshair color, width, and line pattern settings.

    #General-Purpose API Members

    Assign
    Copies line appearance settings between argument and value crosshair lines or between different Chart controls.
    BeginUpdate | EndUpdate | CancelUpdate
    Allow you to avoid excessive redraw operations during batch crosshair line appearance changes.

    #Direct TdxChartCrosshairLineAppearance Class Reference

    The TdxChartCrosshairLines.Appearance property references a TdxChartCrosshairLineAppearance object.

    See Also