Back to Devexpress

SeriesBase.Visible Property

maui-devexpress-dot-maui-dot-charts-dot-seriesbase-fafccc5c.md

latest826 B
Original Source

SeriesBase.Visible Property

Gets or sets whether the series is visible in a chart. This is a bindable property.

Namespace : DevExpress.Maui.Charts

Assembly : DevExpress.Maui.Charts.dll

NuGet Package : DevExpress.Maui.Charts

Declaration

csharp
public bool Visible { get; set; }

Property Value

TypeDefaultDescription
Booleantrue

true if the series is visible; otherwise, false.

|

See Also

SeriesBase Class

SeriesBase Members

DevExpress.Maui.Charts Namespace