A newer version of this page is available.
Switch to the current version.
SeriesLabelBase.Visible Property
Obsolete. Specifies whether the simple series label is visible.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[Browsable(false)]
[Obsolete("The SeriesBase.Label.Visible property has become obsolete. Use the SeriesBase.LabelsVisibility property instead.")]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public bool Visible { get; set; }
<Browsable(False)>
<Obsolete("The SeriesBase.Label.Visible property has become obsolete. Use the SeriesBase.LabelsVisibility property instead.")>
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
Public Property Visible As Boolean
Property Value
Type | Description |
---|---|
Boolean | true if the simple series label is visible; otherwise, false. |
Remarks
The Visible property is now obsolete. Use the SeriesBase.LabelsVisibility property instead.
See Also
Feedback