Skip to main content

RangeControlClientLineView.ShowMarkers Property

Gets or sets a value specifying the visibility of point markers on a chart client line view.

Namespace: DevExpress.Xpf.Charts.RangeControlClient

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public bool ShowMarkers { get; set; }

Property Value

Type Description
Boolean

true to show markers for each data point; false to hide them.

Remarks

The following images demonstrate the ShowMarkers property in action.

ShowMarkers = true ShowMarkers = false
ChartLineClient_ShowMarkers_True ChartLineClient_ShowMarkers_False
See Also