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

ISupportMarker2D.MarkerVisible Property

When implemented by a class, specifies whether the point markers are visible.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

bool MarkerVisible { get; set; }

Property Value

Type Description
Boolean

true to show the point markers; otherwise, false.

See Also