Series.Visible Property
Gets or sets whether the series is visible.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the series is visible; otherwise, false. |
Remarks
Use the Visible property to show or hide all the points belonging to this series.
See Also