vcl-dxchartcore-dot-tdxchartcustomlabels-ac209552.md
Specifies if lines between value labels and corresponding series points are visible.
property LineVisible: TdxDefaultBoolean read; write; default bDefault;
| Type | Default | Description |
|---|---|---|
| TdxDefaultBoolean | bDefault |
bFalse, lines between value labels and series points are hidden.bTrue, lines between value labels and series points are visible if the LineLength property value is positive.bDefault, label line visibility is defined by the Chart control’s built-in style sheet and depends on target series and View types.|
Lines between labels and corresponding series values are visible only if the following conditions are met:
LineVisible property is set to bTrue (or bDefault if the value labels are initially visible in the active View).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