Skip to main content
A newer version of this page is available. .

SeriesBase.Visible Property

Specifies whether the series is visible.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(true, Handler = "VisiblePropertyChanged")]
public bool Visible { get; set; }

Property Value

Type Description
Boolean

true if the chart shows the series; otherwise, false.

See Also