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

ChartSeries.ShowPointMarkers Property

Gets or sets a value indicating whether series point markers are visible.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.2.Core.dll

Declaration

[DefaultValue(false)]
public bool ShowPointMarkers { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to show point markers; otherwise, false.

See Also