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.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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 |
---|---|
See Also