Back to Devexpress

SeriesBase.ActualLabelsVisibility Property

corelibraries-devexpress-dot-xtracharts-dot-seriesbase-b0b78f28.md

latest1.1 KB
Original Source

SeriesBase.ActualLabelsVisibility Property

Gets the actual value specifying whether labels are visible for a particular series.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public bool ActualLabelsVisibility { get; }
vb
<Browsable(False)>
Public ReadOnly Property ActualLabelsVisibility As Boolean

Property Value

TypeDescription
Boolean

true , if labels are visible for a series; otherwise, false.

|

See Also

SeriesBase Class

SeriesBase Members

DevExpress.XtraCharts Namespace