Skip to main content

AreaSeries2D.MarkerVisible Property

Specifies whether or not series point markers are visible.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

[XtraSerializableProperty]
public bool MarkerVisible { get; set; }

#Property Value

Type Description
Boolean

true to show markers; false to hide them.

#Implements

See Also