Skip to main content

ISupportMarker2D.MarkerVisible Property

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.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