Skip to main content

SeriesBase.Visible Property

Specifies whether the series is visible.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.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