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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Browsable(false)]
[Obsolete("This property is now obsolete. Use the LineVisibility property instead.")]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
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