corelibraries-devexpress-dot-xtracharts-dot-serieslabelbase-085f02df.md
This property is now obsolete. Use the LineVisibility property instead.
Gets or sets a value which specifies whether the connection lines of series labels are visible.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[Browsable(false)]
[Obsolete("This property is now obsolete. Use the LineVisibility property instead.")]
public bool LineVisible { get; set; }
<Obsolete("This property is now obsolete. Use the LineVisibility property instead.")>
<Browsable(False)>
Public Property LineVisible As Boolean
| Type | Description |
|---|---|
| Boolean |
true if the connection lines are visible; otherwise, false.
|
Some series labels can be connected with the corresponding chart elements (such as point markers, pie slices, bars) via connection lines. The LineVisible property allows you to specify the visibility of such connection lines.
See Also