Skip to main content
A newer version of this page is available. .

AreaSeriesView.ShowMarkers Property

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

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(false, Handler = "InvalidateLayout")]
public bool ShowMarkers { get; set; }

Property Value

Type Description
Boolean

true to show markers; false to hide them.

See Also