A newer version of this page is available.
Switch to the current version.
SeriesBase.ActualLabelsVisibility Property
Gets the actual value specifying whether labels are visible for a particular series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[Browsable(false)]
public bool ActualLabelsVisibility { get; }
<Browsable(False)>
Public ReadOnly Property ActualLabelsVisibility As Boolean
Property Value
Type | Description |
---|---|
Boolean | true, if labels are visible for a series; otherwise, false. |
See Also
Feedback