SeriesLabelBase.LineVisible Property
In This Article
OBSOLETE
This property is now obsolete. Use the Line
Gets or sets a value which specifies whether the connection lines of series labels are visible.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[Browsable(false)]
[Obsolete("This property is now obsolete. Use the LineVisibility property instead.")]
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