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

AreaSeries2D.MarkerVisible Property

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v21.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public bool MarkerVisible { get; set; }

Property Value

Type Description
Boolean

true to show markers; false to hide them.

Implements

See Also