Skip to main content

CrosshairLabelElement.MarkerBrush Property

Gets or sets the color of a crosshair label’s marker when implementing custom drawing of a crosshair cursor.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

[OldApi("MarkerBrush property is obsolete now.")]
public Brush MarkerBrush { get; set; }

Property Value

Type Description
Brush

A Brush object which specifies the color of the crosshair label’s marker.

See Also