AreaSeriesBase.MarkersVisible Property
Specifies whether the series point markers are visible.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public bool MarkersVisible { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean | true, if markers are visible; otherwise, false. |
See Also