Back to Devexpress

SeriesLabelBase.LineVisible Property

corelibraries-devexpress-dot-xtracharts-dot-serieslabelbase-085f02df.md

latest2.0 KB
Original Source

SeriesLabelBase.LineVisible Property

OBSOLETE

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

Declaration

csharp
[Browsable(false)]
[Obsolete("This property is now obsolete. Use the LineVisibility property instead.")]
public bool LineVisible { get; set; }
vb
<Obsolete("This property is now obsolete. Use the LineVisibility property instead.")>
<Browsable(False)>
Public Property LineVisible As Boolean

Property Value

TypeDescription
Boolean

true if the connection lines are visible; otherwise, false.

|

Remarks

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

LineLength

LineColor

LineStyle

SeriesLabelBase Class

SeriesLabelBase Members

DevExpress.XtraCharts Namespace