Skip to main content
All docs
V25.1
  • TdxChartCustomLabels.LineVisible Property

    Specifies if lines between value labels and corresponding series points are visible.

    Declaration

    property LineVisible: TdxDefaultBoolean read; write; default bDefault;

    Property Value

    Type Default Description
    TdxDefaultBoolean bDefault
    • If bFalse, lines between value labels and series points are hidden.
    • If bTrue, lines between value labels and series points are visible if the LineLength property value is positive.
    • If bDefault, label line visibility is defined by the Chart control’s built-in style sheet and depends on target series and View types.

    Remarks

    Lines between labels and corresponding series values are visible only if the following conditions are met:

    • The LineVisible property is set to bTrue (or bDefault if the value labels are initially visible in the active View).
    • The LineLength property value is positive.

    Default Value

    The LineVisible property’s default value is bDefault.

    The default LineVisible property value indicates that label line visibility is defined by the Chart control’s built-in style sheet for the current value label type.

    See Also