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

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, 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