Skip to main content

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public SolidColorBrush MarkerBrush { get; set; }

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”.

ChartClientLine_MarkerBrush

See Also