Skip to main content
All docs
V25.1
  • TdxChartCrosshairOptions.ValueLines Property

    Provides access to value line settings.

    Declaration

    property ValueLines: TdxChartCrosshairLines read; write;

    Property Value

    Type Description
    TdxChartCrosshairLines

    Stores Chart crosshair line settings.

    Remarks

    Value lines are crosshair lines that denote target values in an XY diagram. Value lines can be horizontal (default) or vertical depending on an XY diagram’s Rotated property value.

    VCL Chart Control: Value Crosshair Lines

    ArgumentLines and ValueLines properties allow you to independently configure argument and value crosshair lines.

    Value Line Settings

    You can use ValueLines.Visible and ValueLines.Appearance properties to hide or display argument crosshair lines and customize their appearance settings.

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

    Value Lines and Axis Value Labels

    Axis value labels complement value lines and help users track target series point values if the ShowValueLabels property is set to True.

    VCL Chart Control: Value Crosshair Axis Labels are Visible

    Tip

    You can display any crosshair lines and labels in any combination.

    See Also