SeriesBase.Visible Property
Gets or sets whether the series is visible in a chart.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also