Skip to main content
All docs
V20.1

MarkerItem.ActualMarkerBrush Property

Gets the actual marker brush of the MarkerItem.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

[Browsable(false)]
public Brush ActualMarkerBrush { get; }

Property Value

Type Description
Brush

A Brush object.

See Also