Back to Devexpress

XYDiagram2D.CrosshairPopupBackground Property

wpf-devexpress-dot-xpf-dot-charts-dot-xydiagram2d-32502577.md

latest1.2 KB
Original Source

XYDiagram2D.CrosshairPopupBackground Property

Get or sets the background of the Crosshair series label.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
[Browsable(false)]
public Brush CrosshairPopupBackground { get; set; }
vb
<Browsable(False)>
Public Property CrosshairPopupBackground As Brush

Property Value

TypeDescription
Brush

The brush that paints the background of the Crosshair label.

|

Remarks

This property is for control theming support. Normally, you should not use this property.

See Also

XYDiagram2D Class

XYDiagram2D Members

DevExpress.Xpf.Charts Namespace