Skip to main content

ScatterLineSeriesView.ShowMarkers Property

Gets or sets a value indicating whether series point markers are visible.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool ShowMarkers { get; set; }

Property Value

Type Description
Boolean

true, to show markers; false to hide them.

See Also