Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Obsolete("This property is now obsolete. Use the LineVisibility property instead.")]
[Browsable(false)]
public bool LineVisible { get; set; }

Property Value

Type Description
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