RangeControlClientLineView.MarkerBrush Property
Gets or sets the color with which to draw data point markers of a range control 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 |
---|---|
SolidColorBrush | A SolidColorBrush that defines the color with which to draw markers. |
Remarks
Before using the MarkerBrush property, make sure the RangeControlClientLineView.ShowMarkers property is set to true.
The following image demonstrates the MarkerBrush property in action. The property value is set to “Red”.
See Also