Skip to main content

ISupportMarker2D.MarkerVisible Property

When implemented by a class, specifies whether or not series point markers are visible.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

bool MarkerVisible { get; set; }

#Property Value

Type Description
Boolean

true to show markers; false to hide them.

See Also