LineChartRangeControlClientView.ShowMarkers Property
Gets or sets a value that specifies the visibility of point markers on a LineChartRangeControlClientView.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
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 (the default value) |
---|---|
See Also