Skip to main content

Marker.Visible Property

OBSOLETE

The Marker.Visible property is now obsolete. Use the corresponding marker visibility properties of series view objects that support series point markers instead.

Specifies whether the series point markers are visible.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Browsable(false)]
[Obsolete("The Marker.Visible property is now obsolete. Use the corresponding marker visibility properties of series view objects that support series point markers instead.")]
public bool Visible { get; set; }

Property Value

Type Description
Boolean

true if markers are visible; otherwise, false.

Remarks

Use the Visible property to show or hide the point markers of series points on a diagram and in the legend.

See Also