Skip to main content
A newer version of this page is available. .

CrosshairLabelElement.MarkerStroke Property

Gets or sets the brush that is used to draw the legend item’s marker outline.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public Brush MarkerStroke { get; set; }

Property Value

Type Description
Brush

A Brush object.

See Also