Skip to main content

LineChartRangeControlClientView.ShowMarkers Property

Gets or sets a value that specifies the visibility of point markers on a LineChartRangeControlClientView.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[XtraSerializableProperty]
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 (the default value)
ChartClientLineView_ShowMarkersTrue ChartClientLineView_ShowMarkersFalse
See Also